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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Br1-981
Helper I
Helper I

Card with multiple values

Hi,

I need to create a card including multiple values for a given category.

Let's assume I have a table like this:

PlateBrandStatus
123456AudiGood
111111VWPoor
222222BMWNew
333333AudiVery Good
444444VWNew
555555BMWPoor

 

I want to create a page with a slicer associated to the Column "Brand" and a card reporting all the status associated to the selected "Brand":

  • Audi -> Good, Very Good 
  • BMW -> New, Poor
  • VW -> Poor, New 

 

Order within card is not relevant

 

Thanks in advance

 

Bruno

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Br1-981 ,

 

Please try this measure.

Measure = CONCATENATEX(DISTINCT('Table'[Status]),'Table'[Status],"-")

vcgaomsft_0-1680055539572.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Br1-981 ,

 

If you need to de-duplicate the status field, try this measure.

Measure = CONCATENATEX(CALCULATETABLE(VALUES('Table'[Status])),'Table'[Status],",",'Table'[Status],ASC)

vcgaomsft_0-1679982447261.png

vcgaomsft_1-1679982488408.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Thanks,

In the meantime I used the

CONCATENATEX (
            ALLSELECTED (CampaignData[Social - Format (Video/Static)]), CampaignData[Social - Format (Video/Static)],
            " - "

The problem is that is not considering unique values:

Br1981_0-1679999618509.png

Is there a way to have unique values?

Cheers

 

Anonymous
Not applicable

Hi @Br1-981 ,

 

Please try this measure.

Measure = CONCATENATEX(DISTINCT('Table'[Status]),'Table'[Status],"-")

vcgaomsft_0-1680055539572.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

umanbr
Frequent Visitor

use multirow card if the comma separated format is not necessary .

vicky_
Super User
Super User

Use the concatenatex function as the measure for each card

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.