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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How to make a card that is the sum of multiple cards

Hi, 

 

I was hoping to make a visual that could show the summary of 5 cards ie. card 1 = 10 , card 2 = 79 ect ; summary card would be 89. 

 

Is this possible? below is my cards I was hoping to summaries on one card so that i could know the total of all these values. 

JemB123_1-1709168273425.png

 

Kind regards, 

 

Jemma 

1 ACCEPTED SOLUTION
datawailor
Advocate II
Advocate II

You could use the new card visual to achieve the look. As to the values, if you use measures that equate to the total then yes, this is doable. This implies if measure 1 = 5, measure 2 = 7 then measure 3 = measure 1 + measure 2. Arranged in this order in the new card visual should give you what you need.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous 

 

If your current cards are built by dragging a column into it and making it display Count of that column values, you can create a new measure to calculate the total count of all. For example, 

Total = COUNT('Table'[column A]) + COUNT('Table'[column B]) +... + COUNT('Table'[column E])

 

If you are not using Count, you just need to modify it accordingly. 

 

Regards,

Jing

 

datawailor
Advocate II
Advocate II

You could use the new card visual to achieve the look. As to the values, if you use measures that equate to the total then yes, this is doable. This implies if measure 1 = 5, measure 2 = 7 then measure 3 = measure 1 + measure 2. Arranged in this order in the new card visual should give you what you need.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors