Forum Discussion
Anonymous
1 year agoNot applicable
HTML not rendering in HTML Content visual
I'm using HTML Content visual. I created a measure which embeded my HTML code: `` HTML = " <!DOCTYPE html> <html lang=""en""> <head> <meta charset=""UTF-8""> <meta name=""viewport"" cont...
- 1 year ago
Have you checked the granuality? Maybe there are duplicates?
If you change the SELECTEDVALUE of 'Opportunity Feed'[Body] to MAX of 'Opportunity Feed'[Body] --- you should see it return text?
- 1 year ago
It's possible you could use CONCATENATEX in your DAX
Anonymous
1 year agoNot applicable
You are right. There are duplicate values that I didnt notice:
In this case, I would like to display both values like this:
30/10/2024 11:15:54
<p> AS Lorea Belette....</p>
17/10/2024 13:34:30
<p> Email relance colle....</p>
I'm thinking that I could use JavaScript to make an array and then use HTML to display this in the iframe.
Does this visual also render JS?