Forum Discussion
Jim123456789jim
8 years agoFrequent Visitor
Line Break up in DAX
Hi All, How to write line break function in concate funcation. I tried with <br /> but it was not working Can you please help on this.
- 8 years ago
Try using UNICHAR(10). For example: Column = "Line 1"& UNICHAR(10) & "Line 2".
And make sure you have the "Word Wrap" option activate on your Card/Table/Matrix/etc.
CrisYan
8 years agoResolver III
Try using UNICHAR(10). For example: Column = "Line 1"& UNICHAR(10) & "Line 2".
And make sure you have the "Word Wrap" option activate on your Card/Table/Matrix/etc.