The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Team,
I am using Power BI to embed reports on my SaaS application. I am trying to find an API which can help replace the "Loading spinning symbol" which appears on the top left of the visuals when it is loading. Haven't found anything on the searches. Will appreciate any lead.
Hi @Analytics1 ,
Base on my research, there is no direct API or feature in Power BI to replace the loading icon. Please review the following link, hope the solution can help you get the solution.
powerbi - Hide the Power BI logo during visualization load
What the recommended way to do this, even in the article you referenced, is
- Hide the iframe (or the div containing it)
- Listen to either the loaded event when using (phased loading)[https://github.com/Microsoft/PowerBI-JavaScript/wiki/Phased-Embedding-API] or rendered otherwise
- Show the div you hid before and voila - the embedded power bi is already loaded..
Best Regards