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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
jaryszek
Memorable Member
Memorable Member

Using REST API to generate pdfs

Hi Guys,

i want to do 2 things using power BI premium per user license (only 1 user and 1 license).

I want to connect with REST API from java and:

1) change programatically data source for specific report/dahsboard
2) generate specific reports into pdf for specific customer.

Can anybody say how to do this?

1 ACCEPTED SOLUTION

@jaryszek

1) change programatically data source for specific report/dahsboard - Do you have a Power BI report or a Paginated Report? 

For Power BI report you can change the data source of the dataset using this API:

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/update-datasources-in-group

For Paginated report you have this API for changing the data source:

https://docs.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group

 

2) generate specific reports into pdf for specific customer.

The REST API for exporting to PDF requires Premium/Embedded capacity (unless you're exporting a paginated report)

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@jaryszek

1) change programatically data source for specific report/dahsboard - Do you have a Power BI report or a Paginated Report? 

For Power BI report you can change the data source of the dataset using this API:

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/update-datasources-in-group

For Paginated report you have this API for changing the data source:

https://docs.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group

 

2) generate specific reports into pdf for specific customer.

The REST API for exporting to PDF requires Premium/Embedded capacity (unless you're exporting a paginated report)

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.