Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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.
Solved! Go to Solution.
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.
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.
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.
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
User | Count |
---|---|
21 | |
21 | |
21 | |
13 | |
12 |
User | Count |
---|---|
43 | |
28 | |
25 | |
23 | |
22 |