Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
mlospi
New Member

python 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)?

 

Thanks

1 REPLY 1
v-jtian-msft
Community Support
Community Support

Hi,@mlospi .I am glad to help you.
Even though I'm not very good at python, I want to give you help.

When you use the API to refresh Power BI reports/dashboards. You broadly need to be aware of the following
1. the type of Rest API used.
For Power BI Service and for Power BI report server, the type of api used is different and you need to choose the appropriate api type
2. The use of the API requires the user to hold the corresponding level of license and execution rights.
3. For the api that performs refresh operations, you need to consider the data source access rights (expiration time of the token, periodic updates, etc.).

I've found some articles that present relevant code examples, hopefully they will be helpful to you
URL:
Accessing Power BI Data with Python Using the Power BI REST API - DEV Community

vjtianmsft_0-1737942979969.png

Processes to keep in mind when using the API

vjtianmsft_1-1737943008746.png

Power BI REST APIs in Python – The Complete Guide - Monocroft

Develop with the REST APIs for Power BI Report Server - Power BI | Microsoft Learn


I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Carson Jian,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.