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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I would like to know if its possible to get some kind of unique id for an instance of a custom visual on a page. If the visual is copy/pasted or the page is save-as something else, the unique ID for the new visual would change? Any possibilities?
Hello,
Every new copy of custom visual has own instance Id.
I attached below a couple of screens where you can see it.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
Doesn't that InstanceId change every time you refresh the page? I'm looking more for something I can use to identify the visual on the page, not the "current rendering of the visual on the page"
Yes, you are right, this id is changed every time when rendering happens so it's unsuitable for your case.
I suppose that it is possible to get an ID using Power BI REST API.
Check this topic please, may be it will help to solve your question
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
Can we use multiple visual unique id's in the same flow?? I am trying to add 3visuals in same pdf.