I have an Excel file which I need to populate with data from Looker. The excel file is sitting in the SharePoint. I was wondering if there is a way to pull the data from Looker to the Excel file in SharePoint without downloading every table and copy paste them.
Can we do something like this in Looker? Do I have to sync them?
If this is impossible to happen when file is at SharePoint, can I approach it in a different way?
Any advice will be helpful.
Thank you
you need to have your data in relational database / data warehouse
Read about “public looks”.
Hi @Klairi, it's possible, but may require some APIs based on your set up.
Yes, it is possible to pull data from Looker to an Excel file in SharePoint without downloading every table and copy pasting them. There are a few ways to do this:
Here are some additional details about each of these methods:
Looker will then export the data to an Excel file. You can then save this file to SharePoint.
Once you have connected Power BI to Looker, you can create reports and dashboards that can be viewed in Excel. To do this, you can follow these steps:
Power BI will then publish the report or dashboard to Excel. You can then open this file in Excel and view the report or dashboard.
Hope these suggestions help!
Hi Roderick,
I too have a similar requirement. I am planning to use Looker API for the same. Is it possible for you to please tell me the name of API to be used? I tried to search in API Explorer 4.0 but could not figure out exactly which API to use as there are 429 methods.
Thanks,
Tushar
@Roderick , I am standing up a new data analytics platform using GCP/Big Query and Looker to provide self-service dashboards to internal stakeholders. Our legacy platform provides formatted Excel files that are emailed to the stakeholders on a daily, weekly, monthly, quarterly, and year end time periods. I see from above that the Looker API allows for the creation of Excel files as the current functionality of Looker doesn't provide the download of an entire dashboard in Excel. It does provide the ability to download individual Looks into Excel.
I was wondering if you had an example of how to use the Looker API to generate an Excel file from Looker data? I am under a tight timeline to get this into production and any jump start would be greatly appreciated.
Thank you in advance!
Doug Van Horn
Hi @Klairi - I know a way that should work with excel files on your desktop. It may work on sharepoint aswell but I do not have access to one to test.
1. Go to the Look and edit setting
2. Enable public access and save it, then again come back to the same screen and copy the last option i.e. Excel Web Query and download the .iqy file.
3. This iqy file can be used in excel to retrieve data from Look into the excel. For how to use iqy file in excel, please check this link.
~Ashish
Hi @a_shah ,
I tried above setting on the look but it only downloads 500 rows, is that the limitation with iqy as well
Hello @guneev09 - I have not tested this but I think the default row limit setting in Explore is the cause. Can you try updating the row limit of Look, save it and then generate the iqy file for it and then try?
~Ashish
API calls based on an Explore, a Look, or a dashboard are subject to the 5,000 row limit, this might not work for my use-case. We want to download the entire data what the look renders to the excel file