Forum Discussion
FawadRehman
Helper I
10 years agolink break character in calculated column
Here is my lookup column code Full Contact = LOOKUPVALUE(' Contacts'[Manager Name],' Contacts'[Id],'Customer Contact'[ ContactId]) & "i want line break character here " & LOOKUPVALUE(' Contacts'...
v-qiuyu-msft
Community Support
10 years agoHi 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
satbirminhas
Advocate II
8 years agoThanks Qiuyun. This worked like a charm in a PowerPivot Report for me!