This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 🙂
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 23 | |
| 18 |