<?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: Deploy Power Bi Reports using CI/CD in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/694198#M19432</link>
    <description>&lt;P&gt;One approach that might work is to create an Azure Logic App &amp;amp; Azure Function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect it to your Github repo and when there is a new commit have that trigger the Logic App to call the Azure Function. The Azure function should download the PBIX file form github and then use the PowerBI REST APIs to publish the dashboard automatically.&lt;/P&gt;</description>
    <pubDate>Sat, 18 May 2019 12:26:55 GMT</pubDate>
    <dc:creator>markive</dc:creator>
    <dc:date>2019-05-18T12:26:55Z</dc:date>
    <item>
      <title>Deploy Power Bi Reports using CI/CD</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/694086#M19430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for CI/CD solution to deploy Power BI reports from my Git repo. Please share if you have any solutions to achive this? Appreciate if you can provide some help here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 21:53:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/694086#M19430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T21:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Power Bi Reports using CI/CD</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/694198#M19432</link>
      <description>&lt;P&gt;One approach that might work is to create an Azure Logic App &amp;amp; Azure Function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect it to your Github repo and when there is a new commit have that trigger the Logic App to call the Azure Function. The Azure function should download the PBIX file form github and then use the PowerBI REST APIs to publish the dashboard automatically.&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 12:26:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/694198#M19432</guid>
      <dc:creator>markive</dc:creator>
      <dc:date>2019-05-18T12:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Power Bi Reports using CI/CD</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/694199#M19433</link>
      <description>&lt;P&gt;See this:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Developer/Automate-publishing-reports-process-creating-an-azureDevOps/m-p/682851/highlight/true#M19298" target="_self"&gt;https://community.powerbi.com/t5/Developer/Automate-publishing-reports-process-creating-an-azureDevOps/m-p/682851/highlight/true#M19298&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 12:29:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/694199#M19433</guid>
      <dc:creator>markive</dc:creator>
      <dc:date>2019-05-18T12:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Power Bi Reports using CI/CD</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/703821#M19545</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4208"&gt;@markive&lt;/a&gt;Thanks for your response. Has anyone tried and successful earlier because what i am facing issue right now is access to Power Bi service&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 21:54:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/703821#M19545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T21:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Power Bi Reports using CI/CD</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/2213969#M33222</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4208"&gt;@markive&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my understanding as of Nov 2021.&lt;/P&gt;&lt;P&gt;There are serious challenges with implementing CI/CD using Power BI with the way it is architected at the moment&lt;/P&gt;&lt;P&gt;In my case, I have a shared dataset (PBIT) and multiple PBIX reports around the shared dataset&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;PBIT files are binary. This prevents any Pull Request review (an essential step prior to CI/CD)&lt;/LI&gt;&lt;LI&gt;You cannot upload a PBIT to Power BI service using the REST API . You will have to convert it to PBIX by opening the PBIT using Power BI desktop&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Overall the CI/CD story is non-existent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 12:15:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Deploy-Power-Bi-Reports-using-CI-CD/m-p/2213969#M33222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-30T12:15:18Z</dc:date>
    </item>
  </channel>
</rss>

