Forum Discussion
Sarnie_a
2 years agoNew Member
How to enter Line Breaks in HTML Content Visual?
Hi I am pulling a HTML string from a Repeating Section in SharePoint List. The HTML string in particular is pulling through fine. When I pull this through as a visual (through HTML Content) in P...
Sarnie_a
2 years agoNew Member
Thank you Greg_Deckler - Would i still need to use the SUBSTITUTE in DAX or will that pull directly from SharePoint HTML String?
Greg_Deckler
2 years agoCommunity Champion
Sarnie_a Oh, sorry, read that completely wrong. <br> is for HTML line breaks. I thought you were using an HTML display visual. If you want line breaks in Power BI Desktop in like a table or matrix visual you can use "UNICHAR(10) & UNICHAR(13)" for you substitution. Note, you need to substitute both of those in just like in the double quotes.