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
FatBlackCat30
Microsoft Employee
6 years agoI guess I wasnt super clear, sorry.
so it shows in the the query editor correctly (like in your example)
the problem happens when you add that data to a table, when you add it to a table the data is concatnated again.
so add your column1 to a table visual and see what I mean
VasTg
Memorable Member
6 years ago- FatBlackCat306 years ago
Microsoft Employee
what the heak! I have no idea why it wont work for me
- FatBlackCat306 years ago
Microsoft Employee
is there any settings that could be causing it to concatnate for me?