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.
Hello, I have mirrored my azure sql DB in my power bi. and created semantic model and generate report.
now when I am embedding report in my app its giving me this error.
Status: BadRequest (400)
Response: {"error":{"code":"InvalidRequest","message":"Embedding a DirectLake report is not supported"}}
Is their a way to embed the DirectLake report. in developer play ground this report gets rendered. but giving above error when trying to embed in app.
Solved! Go to Solution.
Hi. The direct lake docs are showing as a known issue that we can't embed semantic model reports with direct lake.
Power BI Embedded scenarios that rely on embedded entities aren't supported yet.
You can read more about it here: https://learn.microsoft.com/en-us/fabric/get-started/direct-lake-overview#known-issues-and-limitatio...
If you must embed it, then you should import or direct query the semantic model data.
I hope that helps,
Happy to help!
Hi. The direct lake docs are showing as a known issue that we can't embed semantic model reports with direct lake.
Power BI Embedded scenarios that rely on embedded entities aren't supported yet.
You can read more about it here: https://learn.microsoft.com/en-us/fabric/get-started/direct-lake-overview#known-issues-and-limitatio...
If you must embed it, then you should import or direct query the semantic model data.
I hope that helps,
Happy to help!
How did I miss this. Thank you for pointing this out.