Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.