Forum Discussion
Automated extract from datawarehouse - possible?
- Anonymous1 year ago
Hi Anonymous ,
It sounds like you are trying to search a automated and efficient way to extract data from your Power BI semantic model. Please review the following links and check if that is what you want.
REST API:
Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Power Automate:
How to Export Power BI Report to Excel using Power Automate?
Solved: export data from power bi visuals to excel automat... - Microsoft Fabric Community
Solved: How to automatically transfer data from a semantic... - Microsoft Fabric Community
Azure Data Factory (ADF):
Solved: Extract data from semantic models using ADF or sim... - Microsoft Fabric Community
Best Regards
Hi,
Thanks everyones responses so far
So what we have is a powerbi pbix file that connects to an existing powerbi sematic model.
What I do currently is manually drag in 4 dimensions into a table to use the relationship between them to find one component of the data ( our internal Reference ID ), then extract the data out to disk in csv form using "Export data".
I guess we could do it all via TSQL code via the database backend , however all the hard work to develop the data relationships already exists in the semantic model.
Maybe this is the long way around, but its the only way that we know how to do it right now ( I'm newish to powerbi so ....) but there must be a way to avoid manual manipulation , and maybe create like a virtual table via DAX commands ( or similar ) then extract the data out from that somehow?
Thanks in advance, the fabric forum people are very helpful. 🙂
Correct, the best way is to run a DAX query against that semantic model with all the required columns. Then save the query results as CSV if you must