<?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 REST API Dataflow Upstream Dataflows Not Working in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Dataflow-Upstream-Dataflows-Not-Working/m-p/3189232#M42211</link>
    <description>&lt;P&gt;I have dataflows that reference other dataflows. I am building out a data lineage tool, but the REST API&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-upstream-dataflows-in-group" target="_blank" rel="noopener"&gt;Dataflows - Get Upstream Dataflows In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&amp;nbsp;does not return any results. All I ever get is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;{
  &lt;SPAN class=""&gt;"@odata.context"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;"http://wabi-us-north-central-e-primary-redirect.analysis.windows.net/v1.0/myorg/groups/#########/$metadata#upstreamDataflows"&lt;/SPAN&gt;,
  &lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;: []
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;This is regardless of if the dataflows reside inthe same or different workspace. Has anyone gotten this to work?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataflow-dataflow lineage is never shown in the Power BI service either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 21:07:09 GMT</pubDate>
    <dc:creator>m-colbert</dc:creator>
    <dc:date>2023-04-14T21:07:09Z</dc:date>
    <item>
      <title>REST API Dataflow Upstream Dataflows Not Working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Dataflow-Upstream-Dataflows-Not-Working/m-p/3189232#M42211</link>
      <description>&lt;P&gt;I have dataflows that reference other dataflows. I am building out a data lineage tool, but the REST API&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-upstream-dataflows-in-group" target="_blank" rel="noopener"&gt;Dataflows - Get Upstream Dataflows In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&amp;nbsp;does not return any results. All I ever get is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;{
  &lt;SPAN class=""&gt;"@odata.context"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;"http://wabi-us-north-central-e-primary-redirect.analysis.windows.net/v1.0/myorg/groups/#########/$metadata#upstreamDataflows"&lt;/SPAN&gt;,
  &lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;: []
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;This is regardless of if the dataflows reside inthe same or different workspace. Has anyone gotten this to work?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataflow-dataflow lineage is never shown in the Power BI service either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 21:07:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Dataflow-Upstream-Dataflows-Not-Working/m-p/3189232#M42211</guid>
      <dc:creator>m-colbert</dc:creator>
      <dc:date>2023-04-14T21:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Dataflow Upstream Dataflows Not Working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Dataflow-Upstream-Dataflows-Not-Working/m-p/3882928#M52101</link>
      <description>&lt;P&gt;I'm having the same issue.&amp;nbsp; Calling Get Upstream Dataflows in Group referencing a Dataflow that I know has a connection to another dataflow returns 'value[]'.&amp;nbsp; &amp;nbsp;This API Call is not working.&amp;nbsp; What is the resolution??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using this method in Python:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;result = requests.get('&lt;SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/'" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/groups/'&lt;/A&gt;&amp;nbsp;+ {groupId} + '/dataflows/'&amp;nbsp; + {dataflowId} + '/upstreamDataflows')&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;print(result.content.value)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Empty&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 14:30:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Dataflow-Upstream-Dataflows-Not-Working/m-p/3882928#M52101</guid>
      <dc:creator>glilly1</dc:creator>
      <dc:date>2024-05-01T14:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Dataflow Upstream Dataflows Not Working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Dataflow-Upstream-Dataflows-Not-Working/m-p/3966147#M53007</link>
      <description>&lt;P&gt;Same issue here as well.&lt;/P&gt;&lt;P&gt;I see no point restricting the &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-upstream-dataflows-in-group" target="_self"&gt;Dataflows - Get Upstream Dataflows In Group&lt;/A&gt; response to the same group. It's more useful to retrieve the upstream dataflow regardless if it is in the same group or not (like the &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-to-dataflows-links-in-group" target="_self"&gt;Datasets - Get Dataset To Dataflows Links In Group&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;I hope Microsoft ajusts the implementation of this endpoint or, at least, create another one following this view.&lt;/P&gt;&lt;P&gt;I think I found a way to workaround this limitation... using the &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflow" target="_self"&gt;Get Dataflow API&lt;/A&gt; it's possible to find the "upstream dataflows ids" inside the value of the&amp;nbsp; "document" field (it's the string following a "dataflowId =" ). It's not pretty, but I think it'll do the job.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 02:10:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Dataflow-Upstream-Dataflows-Not-Working/m-p/3966147#M53007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-02T02:10:26Z</dc:date>
    </item>
  </channel>
</rss>

