Forum Discussion
Automatically export filtered data from workspace in power bi to csv
Hi,
I have a report published in a workspace.
This report consists of a table which has data from different tables and some calculated measures.
I want to export live data every week from workspace into csv format or excel format.
Please support
4 Replies
- lbendlin
Super User
Collect the DAX query from that table visual and run it in Power Automate. Then save in the desired format.
- INPRABHAKARSFrequent Visitor
Hi, Thank you. It works. One more question. Will this export have latest data? I have copied the DAX query from the table visual from the report in Power BI desktop. The report is set to refresh automatically in the workspace.
- lbendlin
Super User
Whenever you run the DAX query it will connect to the Semantic Model and fetch the latest data from there.
So if you run the DAX before the automatic refresh then you will get the old data.
- INPRABHAKARSFrequent Visitor
Hi. Thank you for the solution