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.
I can't imagine that what I'm trying to achieve is actually possible but I'm working with a matrix table and I need to achieve the following:
Include a value in the grid
Include the value in column totals
Exclude the value from all row totals
Like this:
I've managed to include the value in the grid and exclude from all sub and grand totals so far, but I need it in the Column Grand Total. This is what I have so far
This is the measure I used to get where I am so far:
IF(HASONEVALUE(Master[Act/FC]),SUM(Master[Act/FC]),CALCULATE(SUM(Master[Act/FC]),FILTER(Master,Master[Flow_Type]<>"Signed")))
Anyone have any idea how I can get closer to what I'm after?
Hello @Fabric_Softener ,
to exclude the values from the totals, you need to use the is inscope dax function alongside with if.
check this https://youtu.be/Nd1jP9C8ZvQ?si=rExfOiUAFZmN6zVw
Proud to be a Super User! | |
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |