Forum Discussion

FatBlackCat30's avatar
FatBlackCat30
Microsoft Employee
6 years ago
Solved

separate 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 line by line in SQL so all the entries come in like that. 

the problem is: when I drop [currententry] into the 'Table' visual all the data is being concatnated like this:

Date: 1/17/2020 Subject: Snow Text: Snow is great 

 

is there a way to get the data to show like this using a table?

Date: 1/17/2020

Subject: Snow

Text: Snow is great  

 

 

thank you

7 Replies