Forum Discussion
mork
Helper V
10 years agoNew line Characters
Hello, I use an excel file to import some text notes into Power BI for our departments. The notes are around two paragraphs and the show fine on excel. When importing them to Power BI they appear a...
bschnabe
9 years agoNew Member
I'm told this is available in the July 2017 release...
The Power BI Desktop July release has word wrap support e.g. Measure = "This is the first line" & UNICHAR(10) & "This is the second line". Make sure you turn on word wrap for the grid/title for the visualization. https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-july-feature-summary-2/
Sean
Community Champion
9 years agoHas anyone had any luck implementing this in the Card Visual ???
- MarcelBeug9 years ago
Community Champion
- KellyDittmar9 years ago
Advocate IV
Sean - did you have to do something special to make Unichar work? I keep getting stuck with an invalid syntax error - but I can't see what I'm doing wrong.