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,
For one of our customer, we have imported following custom visuals from Microsoft AppSource.
As per the customer security requirements, any third-party custom visuals should follow Code Scan procedure hence requesting you to provide your feedback on the following queries.
Solved! Go to Solution.
Hi @venukurs ,
1. Modify the .pbix file to a .zip file.
What makes up a Power BI Desktop PBIX File
2. Find the JSON files of the custom visuals.
3. Use code analysis tools to analyze code.
Maybe you can use Visual Studio.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @venukurs ,
1. Modify the .pbix file to a .zip file.
What makes up a Power BI Desktop PBIX File
2. Find the JSON files of the custom visuals.
3. Use code analysis tools to analyze code.
Maybe you can use Visual Studio.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
.pbiviz files are ZIP archives containing JSON files with the visual code. Unpack and scan.
Thank you for your response.
Can you plesae suggest a tool that support to scan json code.