Forum Discussion
separate lines in column data being mashed together when put into table
- 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
It would be easier to add line break in SQL and Power BI will automatically render the data in next line.
thats what I did, I added a line break in SQL and power bi is not rendering the data in the next line
- VasTg6 years ago
Memorable Member
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
- FatBlackCat306 years ago
Microsoft Employee
I 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
- VasTg6 years ago
Memorable Member