Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have developed paginated reports & if use direct embed them in my application, it is works
If I add Paginated reports to PBI reports, Visual isn't loading.
Kindly help to fix this issue
Solved! Go to Solution.
Hi @ThiruppathiR ,
So I understand you have a Power BI report with a paginated report visual. Does the report open correctly in Power BI web portal?
If the issue only happens in Power BI embedded the reason is most probably related to the embed token you are generating.
Did you follow this example for the generate token request Embed Token - Generate Token - REST API (Power BI Power BI REST APIs) | Microsoft Learn ? You should make sure you are calling the right endpoint (the one without report ID in the URL) and with the right request body.
Hi @AmosHersch
Thanks for your reply.
Embed Token- Generate using Access Token with the below URL
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/GenerateToken
Is there any way to use multiple reports id in this URL
@ThiruppathiR for achieving what you're trying you will have to move to the newest URL for generating the token. The URL you are using doesn't support multiple reports/datasets
Hi @ThiruppathiR ,
So I understand you have a Power BI report with a paginated report visual. Does the report open correctly in Power BI web portal?
If the issue only happens in Power BI embedded the reason is most probably related to the embed token you are generating.
Did you follow this example for the generate token request Embed Token - Generate Token - REST API (Power BI Power BI REST APIs) | Microsoft Learn ? You should make sure you are calling the right endpoint (the one without report ID in the URL) and with the right request body.
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
4 |