Forum Discussion
svella
9 years agoRegular Visitor
Carriage Returns / concatenated text
Hi, Does anyone know if we can add a carrage return and have it function in a text block in the visualization. The goal ------------ Field_A & " - " & Field_B & Carrage Return & Field_C ...
v-sihou-msft
Microsoft Employee
9 years ago
In DAX, , you just need to use "Alt + Enter" to type "Carriage Return". However, "Carriage Return" can't be displayed in visual. It always appear in a line. You can see the actual field when you hover on the data field.
Column = Table2[NAME]& " " &Table2[id]
Regards,
- svella9 years agoRegular Visitor
Hi Simon,
Yes I use that technique for the code lines but I am looking for it to show visually. I assume at this point their isnt a way to
add one to appear in the visuals ?
thanks
- v-sihou-msft9 years ago
Microsoft Employee
Currently, it's not supported to display the Carriage Returns within cells in visual.
Regards,