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
johnt75
4 years agoSuper User
You could create a measure like
Dimension values = CONCATENATEX( 'Dim Table', 'Dim Table'[Column], " ")and then put that in a card visual