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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
There are 500 reports that are published in the power bi service bu using some custom visuals, Now i want to found custom visuals that are used in all the dashboards automatically is there any way please help
Solved! Go to Solution.
Hi @Anonymous ,
@ibarrau whatever he mentioned is correct and we don't have any option on service.If you have the report pbix files then you can try to build a python script to do it.You can refer this video -
https://youtu.be/mqDDgPDhSE4?si=9E38jMqHmV0U56e_
Logic in my mind.
Change all files to.zip files and detect the pick all .json file names which are there in that location and store it along with report name in excel.(From my knowledge you can use os library and pandas for this).
Thanks,
Sai Teja
Hi @Anonymous ,
@ibarrau whatever he mentioned is correct and we don't have any option on service.If you have the report pbix files then you can try to build a python script to do it.You can refer this video -
https://youtu.be/mqDDgPDhSE4?si=9E38jMqHmV0U56e_
Logic in my mind.
Change all files to.zip files and detect the pick all .json file names which are there in that location and store it along with report name in excel.(From my knowledge you can use os library and pandas for this).
Thanks,
Sai Teja
Hi. I have looked for alternativas to help in this one but I couldn't find one. There isn't a way to find the custom visuals of the reports automatically. You might need to open each report and check them.
I hope that helps,
Happy to help!