Forum Discussion
link break character in calculated column
<br> not working either
Hi FawadRehman,
Based on my test, we can press <SHIFT>-<ENTER> buttons to add a line break in a DAX expression. Please note the line break will not display when we present the data in visuals, but it actually exists. When the cursor hovers on the value, the tooltip will display value with a line break. See:
If you have any question, please feel free to ask.
Best Regards,
Qiuyun Yu
- FawadRehman10 years agoHelper I
- v-qiuyu-msft10 years agoCommunity Support
Hi FawadRehman,
I'm afraid it's not supported to display one value in many lines in a visual currently. You need to split the value to many records then display them in a visual on many rows.
Best Regards,
Qiuyun Yu- FawadRehman10 years agoHelper I
At this point i am doing the same solution that you mentioned.
- satbirminhas8 years agoAdvocate II
Thanks Qiuyun. This worked like a charm in a PowerPivot Report for me!