Forum Discussion
ABS Function total
Hi,
I'm trying to create a column that will allow me to show the Absolute value.
But the total is not correct when i use : ABS(SUM(Table1[QTY]))
I'm trying to have the total amount like the example below.
Here the data example,
| BOOK | REF | QTY |
| A | 1 | -30 |
| A | 2 | 10 |
| B | 1 | -10 |
| B | 2 | 50 |
Thank you
Juju-PowerBI This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
1 Reply
- Greg_DecklerCommunity Champion
Juju-PowerBI This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907