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,
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
FawadRehman
Helper I
10 years agoAt this point i am doing the same solution that you mentioned.