Forum Discussion
Anonymous
4 years agoNot applicable
Text List in Visual in Power BI Desktop
I'm new to Power BI so maybe I'm just missing something here but... I have a column of dimensions and I want to display that in a visual so that it looks like a list. I can do this easily in Tableau ...
- 4 years ago
You could create a measure like
Dimension values = CONCATENATEX( 'Dim Table', 'Dim Table'[Column], " ")and then put that in a card visual
Anonymous
2 years agoNot applicable
Hi,
Did the concatenax help to add the text list one below the other? I tried the solution but it does not look good unlike in tableau where the list looks good for each text in a new row.
Thanks