Forum Discussion

INPRABHAKARS's avatar
INPRABHAKARS
Frequent Visitor
2 years ago

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

  • Collect the DAX query from that table visual and run it in Power Automate. Then save in the desired format.

  • INPRABHAKARS's avatar
    INPRABHAKARS
    Frequent 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's avatar
      lbendlin
      Icon for Super User rankSuper 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.