Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How can I exclude a specific value from a subtotal? Here is an example of what i'm looking to do. I want to display A,B,C but in the subtotal for the Categories i only want it to total B,C and then role that same logic up through the hierarchy so the TOTAL is the Category 1 & Category 2 Subtotals.
@augiedog23 , Assume you already have measure m1, try a new measure like
if( Not(isinscope(Table[Category])), calculate([M1], Table[Category] in {"B", "C"}), [M1])
refer
IsInScope - Switch Rank at different levels: https://youtu.be/kh0gezKICEM
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
38 | |
29 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |