Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Dear All,
When I searched about problems that is related to measured total problem, I have seen many solutions but that does not work for my problem. Although I have wrote a formula based on a logic ( this works well.) total sum of measured formula is wrong. As you see below, "brüt cb.satış" column's total is 2,006 but it should have been 2773. Can you help me ?
formula that I wrote to fix wrong total but does not work
Best Regards.
Solved! Go to Solution.
sorry, I obviously did not manage to post in the code in my previous post. Here it is:
measure =
IF (
HASONEVALUE ( [code] ),
[brut],
SUMX ( SUMMARIZE ( 'table', [code], [surname] ), [brut] )
)
and just a little tip, when sharing code(and data), paste the code/data instead of screenshots
Hi, @Anonymous,
without knowing the code for [brut cb satis], it's difficult to suggest an exact solution.
You could try to rewrite your code to this:
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
Hi @sturlaws
Just for your info ,brüt cb satış calculation works well except total sum.
Code as follow :
sorry, I obviously did not manage to post in the code in my previous post. Here it is:
measure =
IF (
HASONEVALUE ( [code] ),
[brut],
SUMX ( SUMMARIZE ( 'table', [code], [surname] ), [brut] )
)
and just a little tip, when sharing code(and data), paste the code/data instead of screenshots
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 51 | |
| 46 | |
| 23 | |
| 19 |
| User | Count |
|---|---|
| 141 | |
| 113 | |
| 50 | |
| 37 | |
| 30 |