dm-p / powerbi-visuals-html-content

Visualise column or measure values as HTML in your Power BI reports. Intended as a spiritual successor to the OG HTML Viewer custom visual, with some extra stuff thrown in.
MIT License
85 stars 18 forks source link

[ENHANCEMENT] HTML Content Verification #112

Closed CraigCopleyMRCC closed 3 months ago

CraigCopleyMRCC commented 3 months ago

Just wondering if it is possible to get the HTML Content verified like you have done with the lite version.

I was needing to use iframes and the unverified version looks like it would have worked but is blocked by admin as it is unverified, and the lite version does not support iframe.

dm-p commented 3 months ago

Hi there - It is not possible to certify HTML Content as it works currently. HTML Content (lite) is the solution to this problem and is permissive as a certified visual can get for this use case and is exactly the same as HTML Content, except for the functionality that MS does not permit in a certified visual.

An iframe is counted as external content and therefore cannot be used in a certified visual. If you want iframe functionality then you have to use HTML Content.

If your org allows it, they can add it as an organizational visual. If they have concerns this repo contains the source code they can insect and review independently.