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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors