Forum Discussion
Power BI - Uncertified Visuals Security
- 2 years ago
hi,
custom visuals typically interacts with the data and model in the report through the fields and measures that you explicitly bind to it. custom visuals do not have direct access to the entire model or other visualizations in the report. They can only access the data that is passed to them through the visual's configuration, such as the fields used for axes, values, legends, etc.
if you want to check the code , you can ony do so when custom visualization is open-source or proprietary. due to copyright issues creators might not make it open source.
mark this reply as answer if this resolved your doubt.
If this helped, Follow this blog for more insightful information about data analytics
Analytic Pulse - 2 years ago
microsoft documentation website for custom visuals
https://learn.microsoft.com/en-us/power-bi/developer/visuals/submission-testing
hmm I understand, could I know where you found such information: " They can only access the data that is passed to them through the visual's configuration, such as the fields used for axes, values, legends, etc." ?
microsoft documentation website for custom visuals
https://learn.microsoft.com/en-us/power-bi/developer/visuals/submission-testing
- PancakeoI2 years agoNew Member
are you able to point out where exactly this is written in this documentation?, because I'm looking and can't find it 😞
- AnalyticPulse2 years agoSolution Sage
you wont find the word to word match, you have to read the whole doc and then understand what it means
- PancakeoI2 years agoNew Member
ok i understand, big thx for help! 🙂