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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
matthewiwundu
Frequent Visitor

How to Display month Value in Card visual instead of Total value

I am new to power BI. I want to display my month Values using card visuals but I want it to default to Months and not Total value.

I have a table that says. How can I write the DAX formula to achieve this?

Date    Monthly Violation     Total Violation

1 ACCEPTED SOLUTION
v-robertq-msft
Community Support
Community Support

Hi, @matthewiwundu 

According to your description, you want to make the card chart you created displays default to Months and not Total value, right? I think you can create a calculated column and a slicer to filter your card chart to achieve your requirement, you can follow my steps:

Create a calculated column:

Month = FORMAT([Date],"mmmm")

Then you can create a month slicer and a card chart place the measure like this:

vrobertqmsft_0-1635758837975.png

 

You can download my test pbix file below

Thank you very much!

 

Best Regards,

Community Support Team _Robert Qin

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

3 REPLIES 3
v-robertq-msft
Community Support
Community Support

Hi, @matthewiwundu 

According to your description, you want to make the card chart you created displays default to Months and not Total value, right? I think you can create a calculated column and a slicer to filter your card chart to achieve your requirement, you can follow my steps:

Create a calculated column:

Month = FORMAT([Date],"mmmm")

Then you can create a month slicer and a card chart place the measure like this:

vrobertqmsft_0-1635758837975.png

 

You can download my test pbix file below

Thank you very much!

 

Best Regards,

Community Support Team _Robert Qin

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

Yes but i want to see when you open the report it defaults to a month total value without slicer. Then you can slice to view the various month. Eg . Total sales for jan 15units, or feb 13units

Anonymous
Not applicable

Have you tried the Time Intelligence > Month-to-Date Total under the Quick measure?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.