Forum Discussion
HTML not rendering in HTML Content visual
- 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
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?
- Anonymous1 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?