Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.