Forum Discussion
Enlighten Data Story Visual HTML help
- 5 years ago
Hi Anonymous
Download PBIX file with the examples below
Yes it does appear to support more complicated HTML tags and styling like font size and color. You need to supply the values for the story as separate values though, either by individual columns or measures.
You can see in this screenshot that I've created 4 columns each containing a single piece of HTML and each one is displayed correctly in the visual
regards
Phil
Hi Anonymous
Download PBIX file with the examples below
Yes it does appear to support more complicated HTML tags and styling like font size and color. You need to supply the values for the story as separate values though, either by individual columns or measures.
You can see in this screenshot that I've created 4 columns each containing a single piece of HTML and each one is displayed correctly in the visual
regards
Phil
- Anonymous5 years agoNot applicable
Thanks for replying. I am just supplying a single measure for the values but themeasures output changes dependant on slicer selection. Therefore I'm applying the tags within the measure. <b> and <br> definitely work and <p> tags seem to reset/overwrite whatever formatting has been set witin the visuals formatting options.
This gives me some things to try out. I think I may have just been missing some ";" or ">" before. Also not sure if I was getting the right number of "" to get the output to include the double quotes correctly.