Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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 ...
  • johnt75's avatar
    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