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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
kirbynguyen
Helper II
Helper II

Changing Total Value based on Date Slicer

Hello,

 

I am trying to get the total per column as a cell in the table visual based on a date filter. Here is some sample data:

 

DateVolume
1/1/20215
1/2/202110
1/3/202115
1/4/202120
1/5/202125
1/6/202130
1/7/202135
1/8/202140
1/9/202145

 

The measure would calculate the total of Volume based on a date slicer, so a sample output based on 1/1/2021-1/5/2021 would be:

DateVolumeTotalVolume
1/1/2021575
1/2/20211075
1/3/20211575
1/4/20212075
1/5/20212575

 

If the slicer was 1/1/2021 - 1/3/2021, we'd get 30 for TotalVolume instead of 75. So we want the TotalVolume to be based on the date slicer. 

 

Please help and thanks in advance!

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@kirbynguyen add a measure:

 

total for selected dates = 
CALCULATE ( SUM ( 'Table'[Volume] ), ALLSELECTED() )

 

Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS  I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

1 REPLY 1
parry2k
Super User
Super User

@kirbynguyen add a measure:

 

total for selected dates = 
CALCULATE ( SUM ( 'Table'[Volume] ), ALLSELECTED() )

 

Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS  I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.