Forum Discussion

davidjmpinto's avatar
davidjmpinto
Frequent Visitor
3 months ago
Solved

Dynamically export filtered data to CSV via Power Automate

Hi all, I'm trying to build a Power Automate flow that exports data from a Power BI semantic model to a CSV file in SharePoint, using the Run a query against a dataset action (to export more than ...
  • v-achippa's avatar
    v-achippa
    3 months ago

    Hi davidjmpinto,

     

    Thank you for reaching out to Microsoft Fabric Community.

     

    Thank you lbendlin for the prompt response.

     

    The issue here is the DAX query copied from Performance Analyzer is static, so the ‘Run a query against a dataset’ action will always execute the same query and return the same result.

    Power Automate does not automatically pick up the current slicer, field parameter or calculation group selections from the report.

    To make the export dynamic, the selected values from the power bi need to be passed into the flow and then applied dynamically in the DAX query before execution. Otherwise the export will continue returning the same data each time.

     

    Thanks and regards,

    Anjan Kumar Chippa