The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I'm using the PowerBI embedded API to render some reports automatically.
In the past two weeks, I'm receiving a lot of the error "LoadReportFailed". This error appears to be random because sometimes works.
I've checked URL references and tokens and are all correct.
The full log contains no information on what is the root cause.
{"message":"LoadReportFailed","detailedMessage":"Get report failed","level":6}
Any ideas on what may be causing this issue?
Steps to reporoduce:
1. clone https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/NodeJS/Embed%20for%20your%20custo...
2. Input
It happened again today. Some reports are ok and some I'm receiving this error.
Any idea on what may be causing this error? Can I somehow obtain more details?
happened to us also, last week - yet to happen this week... switching internet connection made it work (so working for one connection, not for the other - everything else the same)
I can't change connection because my app is installed on a server...
This issue happened again yesterday and today randomly.
It happened again. Can Power BI API give move details on the description message ?
I suggest you have a fiddler trace running while this happens. It may be hard to get the error given the fact that it's intermittent, but you should be able to check the response and find some details on the raw response in Fiddler. Another approach is to turn on diagnostic logging for your PBI embedded instance in azure. This should give you all details and you can also report on it, etc..
https://docs.microsoft.com/en-us/power-bi/developer/azure-pbie-diag-logsc
Good luck,
Luis
If you find this is helpful, please mark it as a solution so other members can find it quickly.