cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
brtfrschnr
Frequent Visitor

Subtotal Column That Displays in Context of Slicer

I'm trying to create a subtotal column I can use in operations with other columns. In the example below, I have used REMOVEFILTERS for the Subtotal column, but it obv stays constant despite any filtering.

 

Needs: Subtotal always shows the total value in context of applied slicers, but the table itself should show row level Date, Location, ID, and value. Given the below image, a location slicer would adjust the subtotal and the weight (Value/Subtotal) of all dates, and IDs for that location. Similarly, a date slicer would adjust these as well. if 1/3/2022 is selected, the subtotal will be a sum of all values for just that day, and then calculate the weight based on the row's value against the subtotal of all locations/ids for that day.

 

brtfrschnr_0-1685128114741.png

 

2 ACCEPTED SOLUTIONS
v-cgao-msft
Community Support
Community Support

Hi @brtfrschnr ,

 

Please try:

Subtotal = CALCULATE([Value], ALLEXCEPT('Table', 'Table'[Date]))

This measure will keep the date field in context and allow the subtotal to be adjusted based on the slicer applied.

vcgaomsft_0-1685328309982.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

Thank you! In the end I realized the problem was I used a similarly named column from another table. 🙄

 

But glad to know I had the DAX correct.

View solution in original post

2 REPLIES 2
v-cgao-msft
Community Support
Community Support

Hi @brtfrschnr ,

 

Please try:

Subtotal = CALCULATE([Value], ALLEXCEPT('Table', 'Table'[Date]))

This measure will keep the date field in context and allow the subtotal to be adjusted based on the slicer applied.

vcgaomsft_0-1685328309982.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

Thank you! In the end I realized the problem was I used a similarly named column from another table. 🙄

 

But glad to know I had the DAX correct.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors
Top Kudoed Authors