Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Dear All,
I have a problem on y table, I calculated Price effect / Mix Effect Volume effect in a table.
it's well calculated lini by line but i want the total to be the sum of my line instead of recalculating my affect on the total.
I want the total line to be -1832 / +2254 / -13139
How can I do that??
Thank you,
Regards, Simon
Solved! Go to Solution.
You have to do something like this
sumx(summarize(Table,Table[Area],table[Sub Area],"_for",[Measure]),[_for])
Sub Area is there second row(Group by) in table
Measure the one you looking to correct the calculation
Hi @Simondeb ,
You could use ISINSCOPE() fcuntion to custom your total row.
Measure =
IF(ISINSCOPE('Table'[Areas]),Your original formula,Your new formula)
You have to do something like this
sumx(summarize(Table,Table[Area],table[Sub Area],"_for",[Measure]),[_for])
Sub Area is there second row(Group by) in table
Measure the one you looking to correct the calculation
It works perfectly, thanks 🙂
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 28 | |
| 28 | |
| 19 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 18 | |
| 17 | |
| 15 |