User Profile
msalerno
New Member
Joined 5 years ago
User Widgets
Contributions
Re: How to Update a Report theme via Power BI REST APIs
Hmm... that is not helpful from an automation perspective. 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.2.6KViews0likes0CommentsRe: Power BI API help
If you go to Azure Active Directory... - Click App Registrations on the Left - Click the Application in the list that you are connecting to via using the client_credentials grant_type from your Postman image - Click the API Permissions item on the left menu - On this API Permissions page, check that you have "Grant admin consent for ..." enabled at the to of the list of scopes. - Also ensure that you have the required Power BI scopes added here1.9KViews0likes2CommentsRe: Attempt to get list of Workspaces via REST API results in 401 Unauthorized.
Ok. When you added the new Scope to you app, perhaps it is not Admin Consented to the User that you are trying to use. Try this... In Azure Active Directory - Go to Users, Select your user - Click Applications on the Left - Click the Application in the list that has the new Scope you just added - You will see an Assignment Detail screen... at the bottom, click View Granted Permissions - You will see a Permissions & Content screen... Search the list to make sure the new scope is in the list granted to your user. If not, add it now and try again.20KViews2likes2CommentsHow to Update a Report theme via Power BI REST APIs
tldr; How can I update report theme via REST API? I have a set of reports residing in muliple workspaces. Each workspace has a custom theme for the reports (set in Power BI Desktop manually). As part of my new CI/CD process, I would like to automate publishing PBIX files to each worksapces and set the appropriate theme. I do not see a way to set/update report themes in the REST API... maybe I am missing it...? Halp meh! Thanks!Solved2.7KViews0likes5Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.