Forum Discussion
Code integrity of custom visual
Anonymous
Short answer:
No, Power BI does NOT natively create or expose a "hash" of a custom visual when you drag it into a report.
There's no automatic "hash check" available inside Power BI Desktop or Service at visual-load time.
Longer explanation:
When you import or drag a custom visual (.pbiviz file) into Power BI:
-
It is just loaded into memory as a visualization extension.
-
Power BI does not generate a hash or verify checksum at runtime.
-
Code security depends mainly on:
-
Whether it’s certified (Microsoft Certified visuals go through security validation).
-
If you manually verify the
.pbivizfile before using it.
-
👉 Dragging a custom visual into the report doesn't trigger any background integrity or hash checking.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!