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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
lenafherold
New Member

Creating a card which shows the sum of column values

Hello,

 

I have a simple question regarding visual creation in Power BI. I would like to use a card to show the sum of dollar amounts in a column. When creating a card visual using the column, however, I do not have a sum option available. By default, the value of the first row of the column shows in the visual. 

 

I tried creating a measure to SUM the column, and adding the measure to the card instead, but this didn't work either. 

 

Any suggestions? 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @lenafherold ,

When your field is a text type, the Card vision automatically displays the value of the first line by default, and no Sum appears.

vyangliumsft_0-1642468430614.png

You can select Whole number in Column tools and add the "$" symbol

vyangliumsft_1-1642468430617.jpeg

The data after Sum will appear.

vyangliumsft_2-1642468430619.png

Or you can try to use dax to display:

1. Create calculated column.

Value = VALUE(RIGHT('Table'[amount],1))

vyangliumsft_3-1642468430620.png

2. Create measure.

Measure = "$"&""&SUM('Table'[Value])

3. Result.

vyangliumsft_4-1642468430621.png

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi  @lenafherold ,

When your field is a text type, the Card vision automatically displays the value of the first line by default, and no Sum appears.

vyangliumsft_0-1642468430614.png

You can select Whole number in Column tools and add the "$" symbol

vyangliumsft_1-1642468430617.jpeg

The data after Sum will appear.

vyangliumsft_2-1642468430619.png

Or you can try to use dax to display:

1. Create calculated column.

Value = VALUE(RIGHT('Table'[amount],1))

vyangliumsft_3-1642468430620.png

2. Create measure.

Measure = "$"&""&SUM('Table'[Value])

3. Result.

vyangliumsft_4-1642468430621.png

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Community Champion
Community Champion

@lenafherold Sounds like you have the wrong data type for the column. Sounds like it is set to text and it should be set to Currency.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors