cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Display multiple values from one column on a Card

Hi PBI community members,

 

I am hoping someone might be able to assist me with a measure for displaying more than one value in a Card visual. 

 

Currently, if I set a Slicer to select more than one LGA, then PBI will only display the first LGA in the Card visual (by alphabetical order). I would like the Card to display all selected LGAs (out of a possible 48). 

 

The values I am entering into the card come from a dimension table:

  • 'Dim: LGA'[LGA]

They are stored in a single column. 

 

Hopefully that's sufficient information. 

Cheers,

Brent

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , based on what I got. Create a measure like

 

Measure = concatenatex('Dim: LGA','Dim: LGA'[LGA],",")

 

and show on card visual

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , based on what I got. Create a measure like

 

Measure = concatenatex('Dim: LGA','Dim: LGA'[LGA],",")

 

and show on card visual

Anonymous
Not applicable

Thanks @amitchandak 

 

That's working as I was hoping for. 

 

I might be asking too much, but is it possible for the font size to change dynamically depending on the amount of text shown?

 

Cheers,

Brent

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors