<?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 Re: Get data from DataFlow programatically in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2349554#M34518</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/168297"&gt;@bcdobbs&lt;/a&gt;&amp;nbsp;, I managed to create a storage account and then use it as dataflow's storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is another trick that maybe I'll stick with, without switching the storage account:&lt;/P&gt;&lt;P&gt;-Open Power BI Desktop with a file in import mode with a Dataflow&lt;/P&gt;&lt;P&gt;-Open Fiddler Classic program (it monitors http requests sent from computer).&lt;/P&gt;&lt;P&gt;-Open Power Query and refresh dataflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way I can get, from Fiddler, the URL the dataflow is. I tried it and so far, it has worked. I fear the URL being temporary and the the URL gets invalid (revoked) with few days, I have to confirm if this can be a long term solution.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Feb 2022 22:45:09 GMT</pubDate>
    <dc:creator>FelipeCosta</dc:creator>
    <dc:date>2022-02-20T22:45:09Z</dc:date>
    <item>
      <title>Get data from DataFlow programatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2348072#M34505</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The compay I'm working for has Power BI Premium subscription.&lt;/P&gt;&lt;P&gt;Currently, I can use &lt;STRONG&gt;AdomdConnection&lt;/STRONG&gt; to consume Dataset data programatically (C#).&lt;/P&gt;&lt;P&gt;I'd like to know how to consume &lt;STRONG&gt;Dataflow&lt;/STRONG&gt;'s query data programatically. I know that Dataflows are stored in storage accounts, but so far I couldn't write any code.&lt;/P&gt;&lt;P&gt;Could you help?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 16:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2348072#M34505</guid>
      <dc:creator>FelipeCosta</dc:creator>
      <dc:date>2022-02-18T16:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from DataFlow programatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2348908#M34513</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/117863"&gt;@FelipeCosta&lt;/a&gt;&amp;nbsp; Hi, currently no API for query Dataflow's data. You can try to transfer the data to Power BI dataset first&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 16:27:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2348908#M34513</guid>
      <dc:creator>DavisBI</dc:creator>
      <dc:date>2022-02-19T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from DataFlow programatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2349458#M34515</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/117863"&gt;@FelipeCosta&lt;/a&gt;Have you seen this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-azure-data-lake-storage-integration" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-azure-data-lake-storage-integration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Dataflow data would be stored in a storage account as you say but if you "bring your own" you then have direct access to it.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 19:12:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2349458#M34515</guid>
      <dc:creator>bcdobbs</dc:creator>
      <dc:date>2022-02-20T19:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from DataFlow programatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2349554#M34518</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/168297"&gt;@bcdobbs&lt;/a&gt;&amp;nbsp;, I managed to create a storage account and then use it as dataflow's storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is another trick that maybe I'll stick with, without switching the storage account:&lt;/P&gt;&lt;P&gt;-Open Power BI Desktop with a file in import mode with a Dataflow&lt;/P&gt;&lt;P&gt;-Open Fiddler Classic program (it monitors http requests sent from computer).&lt;/P&gt;&lt;P&gt;-Open Power Query and refresh dataflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way I can get, from Fiddler, the URL the dataflow is. I tried it and so far, it has worked. I fear the URL being temporary and the the URL gets invalid (revoked) with few days, I have to confirm if this can be a long term solution.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 22:45:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-DataFlow-programatically/m-p/2349554#M34518</guid>
      <dc:creator>FelipeCosta</dc:creator>
      <dc:date>2022-02-20T22:45:09Z</dc:date>
    </item>
  </channel>
</rss>

