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 September 15. Request your voucher.
Hi ,
We are try to load the power bi report(embed url) in our angular application using the html object.
if we provide the url directly then report is load, if we pass it in variable its not loading, please help
<object [data]="appRepoUIdURL" style=" width:100%; height: 480px; ">
Error: Embedded data could not be displayed.
</object>
Thanks