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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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