power bi rest api
9 Topicspython example for a REST API power bi report server request
Hello, please someone has a python example of how using the REST API and interacting with some dashboard inside Power BI Report server? (I mean write a code to refresh automatically a dashboard or something like that using python outside of POwer BI) It could work in a internal wnvironment (Virtual machine)? Thanks833Views0likes1CommentMore Granular when pulling Semantic Models from Rest API
I am trying to pull all the tables inside my lakehouse using PowerBI's Rest API. Originally, I used: Reports - Get Reports In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn then created a loop to pull all datasources of reports using the datasetID: Datasets - Get Datasources - REST API (Power BI Power BI REST APIs) | Microsoft Learn However, I notice when it is a semantic model it just shows as a SQL and does not provide the tables. Additionally, It only pulls the sources of reports. I want all the data inside a workspace. Is there a way to the next granular level, so I may see if we are duplicating pulls of tables. Also, is there a way to tell if a table is a shortcut or another re-pull of the same datasource? I am going to test this pull: Admin - WorkspaceInfo GetScanResult - REST API (Power BI Power BI REST APIs) | Microsoft Learn to see if I can get tables.715Views0likes1CommentExporting paginated report to PNG with Rest API seems not to provide consistent anti aliasing
Hello, We are currently facing an issue with the https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file#exportreportsettings endpoint. The result it outputs when we ask for PNG image is not totally consistent, especially for charts. Legend & borders are not aliased the same way leading to differences between the images. The issue is that our automation is trying to find out the differences between two snapshot to ensure that for the same parameters we always have the same render after we, for example, changed the DB. Ths can be seen in those three snapshots: The first snapshot The second snapshot, few hours later And if I ask the difference to Gimp, I get : To summarize: - table is properly rendered - chart header is properly rendered - chart itself with all text are not aliased the same way. Is there a way to force the aliasing to be consistent from our side? Regards758Views0likes1CommentDeveloping for Power BI using Azure Functions - June 30, 2022 11:00 AM PST
Join us online for Power BI Dev Camp on June 30th and learn how to develop Azure Functions for a Power BI environment to automate administrative tasks and the deployment of datasets and reports. Demonstrations in this session will use C# together with Azure Functions to build and test powerful, real-world Power BI solutions.
11KViews7likes2CommentsPower BI Dev Camp |March 31st, 2022- Scaling Multi-tenant Solutions using Service Principal Profiles
For companies creating multi-tenant environments with App-Owns-Data embedding, application designs have required extra complexity due to each service principal being limited to 1000 workspaces. This is no longer the case now that Power BI has introduced a new feature known as service principal profiles which removes previous limits for a service principal. Join us this month for Power BI Dev Camp and learn how you can develop multi-tenant applicationa using a single service principal that goes far beyond the 1000 workspace limit.2.8KViews1like0CommentsPower BI Dev Camp - Learn Admin APIs at Power BI Dev Camp
Join this month's session of Power BI Dev Camp which is focused on administrating and enforcing governance in a Power BI environment. By attending, you can learn to use the Power BI Admin APIs to answer essential questions about who has shared what with whom as well as how to detect evidence of oversharing.2.4KViews1like0CommentsPower BI Dev Camp: Thursday, December 16th, 11AM PDT
The Power BI Dev Camp session this week is titled Building Solutions using Power Automate and the Power BI REST API. Campers will learn how to build Power Platform solutions with flows and canvas apps that call the Power BI REST APIs to automate common Power BI builder tasks such as importing PBIX files, refreshing datasets and exporting reports to PDF files.2.6KViews2likes0Comments