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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
jaryszek
Super User
Super User

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?


Best Wishes,
Luke Jarych

From data chaos to business clarity — let’s connect and solve data challenges together.
LinkedIn Connect with me on LinkedIn
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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.