Forum Discussion
Anonymous
4 years agoNot 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 ...
- 4 years ago
Anonymous , based on what I got. Create a measure like
Measure = concatenatex('Dim: LGA','Dim: LGA'[LGA],",")
and show on card visual
amitchandak
4 years agoSuper User
Anonymous , based on what I got. Create a measure like
Measure = concatenatex('Dim: LGA','Dim: LGA'[LGA],",")
and show on card visual
Anonymous
4 years agoNot 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