<?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: Power BI deployment pipeline Azure DevOps Dataflow in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3023265#M40740</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475779"&gt;@Charline_74&lt;/a&gt;. Did you find a solution for deploying dataflow with Devops?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;is there a way to move the dataflow from a workspace to another using APIs? I only see APIs to change, but not to deploy (even by power bi Deployment pipelines).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a solution to dataflow deployment, but I couldn't find a way to automate this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Carol&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 13:12:05 GMT</pubDate>
    <dc:creator>carolpz</dc:creator>
    <dc:date>2023-01-16T13:12:05Z</dc:date>
    <item>
      <title>Power BI deployment pipeline Azure DevOps Dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/2926861#M39943</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to deploy a dataflow with an Azure DevOps pipeline ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just for information I'm using a Service Principal to run the pipeline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Charline&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 10:33:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/2926861#M39943</guid>
      <dc:creator>Charline_74</dc:creator>
      <dc:date>2022-11-24T10:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI deployment pipeline Azure DevOps Dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/2928224#M39951</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475779"&gt;@Charline_74&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can take a look at the following link about azure DevOps to invoke rest API, then you can refer them to use azure DevOps to integrate power bi rest API.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/http-rest-api?view=azure-devops&amp;amp;tabs=yaml" target="_blank"&gt;Invoke HTTP REST API task - Azure Pipelines | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows" target="_blank"&gt;Dataflows - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Notice:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;current power bi seems not support to use API directly create a dataflow, so I think you may need to create it at first, and then you can use API to modify them.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 01:53:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/2928224#M39951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-25T01:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI deployment pipeline Azure DevOps Dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3023265#M40740</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475779"&gt;@Charline_74&lt;/a&gt;. Did you find a solution for deploying dataflow with Devops?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;is there a way to move the dataflow from a workspace to another using APIs? I only see APIs to change, but not to deploy (even by power bi Deployment pipelines).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a solution to dataflow deployment, but I couldn't find a way to automate this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Carol&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 13:12:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3023265#M40740</guid>
      <dc:creator>carolpz</dc:creator>
      <dc:date>2023-01-16T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI deployment pipeline Azure DevOps Dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3023282#M40741</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/401543"&gt;@carolpz&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution I found is to use a Service Account + The deployment task of the Power BI Automation Tools extension&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 13:17:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3023282#M40741</guid>
      <dc:creator>Charline_74</dc:creator>
      <dc:date>2023-01-16T13:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI deployment pipeline Azure DevOps Dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3024257#M40746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475779"&gt;@Charline_74&lt;/a&gt;&amp;nbsp;- you can you the import api to upload the dataflow json.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group" target="_blank"&gt;Imports - Post Import In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn.&lt;/A&gt;&amp;nbsp; The irony is that you need to use Power BI to create the json file.&lt;/P&gt;
&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 22:42:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3024257#M40746</guid>
      <dc:creator>Daryl-Lynch-Bzy</dc:creator>
      <dc:date>2023-01-16T22:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI deployment pipeline Azure DevOps Dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3829808#M51705</link>
      <description>&lt;P&gt;Looks like an interesting tool but it lists in the &lt;A href="https://learn.microsoft.com/en-gb/fabric/cicd/deployment-pipelines/pipeline-automation#considerations-and-limitations" target="_self"&gt;limitations&lt;/A&gt; that it cannot be used to deploy dataflows with a service principal.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 07:07:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-deployment-pipeline-Azure-DevOps-Dataflow/m-p/3829808#M51705</guid>
      <dc:creator>michaelconan</dc:creator>
      <dc:date>2024-04-11T07:07:26Z</dc:date>
    </item>
  </channel>
</rss>

