Forum Discussion
FatBlackCat30
Microsoft Employee
6 years agoseparate lines in column data being mashed together when put into table
Hello all, I have a column in Power BI called current entry. The data looks like this: [Currententry] Date: 1/17/2020 Subject: Snow Text: Snow is great I formatted the data to pull l...
- 6 years ago
It works for me. See the query editor window for first 3 rows
The other option is to bring them as individual columns and concatenate them with UNICHAR(10) in DAX.
Refer to this post.
https://community.powerbi.com/t5/Desktop/Carriage-Return-in-Text-String/m-p/33388#M11829
If this helps, mark it as a solution.
Kudos are nice too
VasTg
Memorable Member
6 years agoFatBlackCat30
Microsoft Employee
6 years agowhat the heak! I have no idea why it wont work for me