<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynamically export filtered data to CSV via Power Automate in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-export-filtered-data-to-CSV-via-Power-Automate/m-p/5180255#M65050</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;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 1000 rows). I've followed FourMoo's blog (&lt;A href="https://www.fourmoo.com/2022/06/15/exporting-a-power-bi-visual-data-to-a-csv-file-in-sharepoint/" target="_blank" rel="noopener"&gt;link&lt;/A&gt;),the Curbal video (&lt;A href="https://www.youtube.com/watch?v=WsbIXJDhC_o" target="_blank" rel="noopener"&gt;link&lt;/A&gt;) and Reza Dorrani&amp;nbsp;(&lt;A href="https://www.youtube.com/watch?v=cT4JdClkLh8&amp;amp;t=26s" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=cT4JdClkLh8&amp;amp;t=26s&lt;/A&gt;), but my scenario goes a step further: the user picks the dimension and measure dynamically.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;&amp;nbsp;&lt;BR /&gt;The report uses: Field parameter Dimensions — user picks one dimension (e.g. Product Brand, Sales Rep)&lt;BR /&gt;Field parameter Measures — user picks one measure (e.g. Invoiced Sales)&lt;BR /&gt;&lt;BR /&gt;Calculation group Time Intelligence with selections like CY, PY,&lt;BR /&gt;Other filters in the filter pane / slicers (Year, Country, Currency)&lt;BR /&gt;&lt;BR /&gt;I need the export to &lt;U&gt;&lt;STRONG&gt;reflect whatever the user has selected&lt;/STRONG&gt;&lt;/U&gt; — dimension, measure, time calc, and the other filters — and export to CSV.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2026 18:33:10 GMT</pubDate>
    <dc:creator>davidjmpinto</dc:creator>
    <dc:date>2026-05-09T18:33:10Z</dc:date>
    <item>
      <title>Dynamically export filtered data to CSV via Power Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-export-filtered-data-to-CSV-via-Power-Automate/m-p/5180255#M65050</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;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 1000 rows). I've followed FourMoo's blog (&lt;A href="https://www.fourmoo.com/2022/06/15/exporting-a-power-bi-visual-data-to-a-csv-file-in-sharepoint/" target="_blank" rel="noopener"&gt;link&lt;/A&gt;),the Curbal video (&lt;A href="https://www.youtube.com/watch?v=WsbIXJDhC_o" target="_blank" rel="noopener"&gt;link&lt;/A&gt;) and Reza Dorrani&amp;nbsp;(&lt;A href="https://www.youtube.com/watch?v=cT4JdClkLh8&amp;amp;t=26s" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=cT4JdClkLh8&amp;amp;t=26s&lt;/A&gt;), but my scenario goes a step further: the user picks the dimension and measure dynamically.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;&amp;nbsp;&lt;BR /&gt;The report uses: Field parameter Dimensions — user picks one dimension (e.g. Product Brand, Sales Rep)&lt;BR /&gt;Field parameter Measures — user picks one measure (e.g. Invoiced Sales)&lt;BR /&gt;&lt;BR /&gt;Calculation group Time Intelligence with selections like CY, PY,&lt;BR /&gt;Other filters in the filter pane / slicers (Year, Country, Currency)&lt;BR /&gt;&lt;BR /&gt;I need the export to &lt;U&gt;&lt;STRONG&gt;reflect whatever the user has selected&lt;/STRONG&gt;&lt;/U&gt; — dimension, measure, time calc, and the other filters — and export to CSV.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2026 18:33:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamically-export-filtered-data-to-CSV-via-Power-Automate/m-p/5180255#M65050</guid>
      <dc:creator>davidjmpinto</dc:creator>
      <dc:date>2026-05-09T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically export filtered data to CSV via Power Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-export-filtered-data-to-CSV-via-Power-Automate/m-p/5180294#M65054</link>
      <description>&lt;P&gt;Sounds good. What is your question?&amp;nbsp; What have you tried and where are you stuck?&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2026 21:40:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamically-export-filtered-data-to-CSV-via-Power-Automate/m-p/5180294#M65054</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-05-09T21:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically export filtered data to CSV via Power Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-export-filtered-data-to-CSV-via-Power-Automate/m-p/5180414#M65055</link>
      <description>&lt;P&gt;I followed the ‘Run a query against a dataset’ method (as I only want to export a matrix, I obtained the DAX query directly from the Performance Analyzer). The problem is that if I select different filters and run the flow, the exported data is always the same and does not adapt to my selection.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2026 14:17:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamically-export-filtered-data-to-CSV-via-Power-Automate/m-p/5180414#M65055</guid>
      <dc:creator>davidjmpinto</dc:creator>
      <dc:date>2026-05-10T14:17:54Z</dc:date>
    </item>
  </channel>
</rss>

