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 - could you share the power bi file with sample data? I tried this but the list of names still come as continous when the column is expanded. It should show in a new row for each new name