Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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