<?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 How to Update a Report theme via Power BI REST APIs in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2002987#M30960</link>
    <description>&lt;P&gt;tldr; How can I update report theme via REST API?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a set of reports residing in muliple workspaces.&amp;nbsp; Each workspace has a custom theme for the reports (set in Power BI Desktop manually).&amp;nbsp; As part of my new CI/CD process, I would like to automate publishing PBIX files to each worksapces and set the appropriate theme.&amp;nbsp; &amp;nbsp;I do not see a way to set/update report themes in the REST API... maybe I am missing it...?&amp;nbsp; Halp meh!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 06 Aug 2021 19:06:26 GMT</pubDate>
    <dc:creator>msalerno</dc:creator>
    <dc:date>2021-08-06T19:06:26Z</dc:date>
    <item>
      <title>How to Update a Report theme via Power BI REST APIs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2002987#M30960</link>
      <description>&lt;P&gt;tldr; How can I update report theme via REST API?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a set of reports residing in muliple workspaces.&amp;nbsp; Each workspace has a custom theme for the reports (set in Power BI Desktop manually).&amp;nbsp; As part of my new CI/CD process, I would like to automate publishing PBIX files to each worksapces and set the appropriate theme.&amp;nbsp; &amp;nbsp;I do not see a way to set/update report themes in the REST API... maybe I am missing it...?&amp;nbsp; Halp meh!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 19:06:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2002987#M30960</guid>
      <dc:creator>msalerno</dc:creator>
      <dc:date>2021-08-06T19:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update a Report theme via Power BI REST APIs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2004228#M30983</link>
      <description>&lt;P&gt;You can't do that, but you can upload reports/datasets into workspaces via the API.&amp;nbsp; Apply the theme to a local pbix and then upload that.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Aug 2021 21:16:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2004228#M30983</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-08-08T21:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update a Report theme via Power BI REST APIs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2005698#M31002</link>
      <description>&lt;P&gt;Hmm... that is not helpful from an automation perspective.&amp;nbsp; If I have 10 reports and 100 customers, each with different themes, then I have to apply a theme 1,000 times and upload to their customer workspace before updating their customer app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 12:14:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2005698#M31002</guid>
      <dc:creator>msalerno</dc:creator>
      <dc:date>2021-08-09T12:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update a Report theme via Power BI REST APIs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2006368#M31012</link>
      <description>&lt;P&gt;why not helpful?&amp;nbsp; Let the automation tool do its job, even if it means 1000 loops.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 17:03:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/2006368#M31012</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-08-09T17:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update a Report theme via Power BI REST APIs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/3833623#M51732</link>
      <description>&lt;P&gt;I also need a solution for setting up the same report in different workspaces with different themes. As this should be part of a continuous deployment process, changing the theme manually in desktop is not an option.&lt;BR /&gt;&lt;BR /&gt;Therefore I would like to know if there still no solution for this via the API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way I hoped would work is doing it by automatically changing the code of the new PBIP format, but it seems as in Preview, changes outside of PBI Desktop are not recognized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A third option would be to use the git integration. However it would be neccessary that all theme-related code of a report would be stored in a separate file in the PBIP folder, that would make it possible to ignore this file in the deployment process. Currently this also seems to be not possible.&lt;BR /&gt;&lt;BR /&gt;It would be great if anyone has other ides how to achieve an automatic theme update in the current environment. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 11:21:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/3833623#M51732</guid>
      <dc:creator>LoyosBI_Florian</dc:creator>
      <dc:date>2024-04-12T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update a Report theme via Power BI REST APIs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/4154029#M55319</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Is there really no solution for this problem? It seems to me that this is still an important feature for automating the deployment of reports.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 07:54:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Update-a-Report-theme-via-Power-BI-REST-APIs/m-p/4154029#M55319</guid>
      <dc:creator>benjos23</dc:creator>
      <dc:date>2024-09-17T07:54:46Z</dc:date>
    </item>
  </channel>
</rss>

