Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I want to develop a custom visual and consume that visual through power bi embeddeding api we have. i.e. Is it possible to use powerbi-client and powerbi-authoring apis to create/embedded custom visual to a report? Below is the api end point that I currently use to create visuals dynamically in a report. Is there a way to acheive same functionality for custom visuals also?
https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/create-add-visual
Solved! Go to Solution.
Hi @Anonymous ,
"Visions not installed in the visualization pane cannot be added to the report" is from the official article you provided.
So, please import your custom visual into visualization pane first then create the the visual.
Import Power BI visuals from AppSource or from a file - Power BI | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
"Visions not installed in the visualization pane cannot be added to the report" is from the official article you provided.
So, please import your custom visual into visualization pane first then create the the visual.
Import Power BI visuals from AppSource or from a file - Power BI | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.