Visual Editions
HTML Content comes in two editions. These are separate AppSource visuals, so you can download and use the one that best suits your needs.
For both editions, the minimum required versions are:
- Power BI Desktop: November 2022
- Power BI Report Server: May 2023
Regular
This edition of the visual tries to provide as much functionality as possible within the custom visual sandbox. Note that Microsoft does impose some limitations on all custom visuals, not just certified vs. uncertified ones so it is not possible to do everything. You can learn more about these limitations on the Limitations page.
Lite (Certified)
This edition is a reduced subset of available tags and no external comms. This is to comply with Microsoft's certification rules.
The available tags are:
<a/> | <address/> | <article/> | <aside/> | <b/> |
<base/> | <bdi/> | <bdo/> | <blockquote/> | <br/> |
<caption/> | <cite/> | <code/> | <col/> | <colgroup/> |
<data/> | <dd/> | <dfn/> | <div/> | <dl/> |
<dt/> | <em/> | <figcaption/> | <figure/> | <footer/> |
<header/> | <hgroup/> | <hr/> | <h1/> | <h2/> |
<h3/> | <h4/> | <h5/> | <h6/> | <i/> |
<img/> * | <kbd/> | <li/> | <main/> | <mark/> |
<nav/> | <ol/> | <p/> | <pre/> | <q/> |
<rb/> | <rp/> | <rt/> | <rtc/> | <ruby/> |
<s/> | <samp/> | <section/> | <small/> | <span/> |
<strong/> | <sub/> | <sup/> | <table/> | <tbody/> |
<td/> | <tfoot/> | <th/> | <thead/> | <time/> |
<tr/> | <u/> | <ul/> | <var/> | <wbr/> |
* can be used with data URLs. Content cannot be loaded from remote endpoints, in order to comply with visual certification rules.
All SVG tags should also be supported, with the exception of <use/>
, <script/>
and <foreignObject/>
.