Forum Discussion
wangjuan303
3 years agoHelper III
How to create custom column show multi-lines in M code
Hi All, I need to create a format column like under screenshot :
it needs to create a new column and show different information in two lines.
I know how to from measure create Text like that,
but after create a measure, this value cannot show in Row and title
So I need to use M code create column with multi-lines,
Thank you for help.
1 Reply
- vicky_Super User
You can use https://learn.microsoft.com/en-us/powerquery-m/lines-totext function in M (but leave out the optional lineSeparator)
or in DAX, use the UNICHAR(10) character in place of a newline.