Forum Discussion
SumX not working properly
Formula used is
Hi Yaazh - It seems like the TotalInvoicedRow calculation is returning the sum of the Invoiced values without respecting the individual row-level context, causing it to show an aggregated total for each Contact rather than the same values as the "Sum of Invoiced" column.
TotalInvoicedRow = SUM('AE Dataset'[Invoiced])
This will sum the Invoiced values for each row individually, matching the "Sum of Invoiced" column.
1 Reply
- rajendraongole1Super User
Hi Yaazh - It seems like the TotalInvoicedRow calculation is returning the sum of the Invoiced values without respecting the individual row-level context, causing it to show an aggregated total for each Contact rather than the same values as the "Sum of Invoiced" column.
TotalInvoicedRow = SUM('AE Dataset'[Invoiced])
This will sum the Invoiced values for each row individually, matching the "Sum of Invoiced" column.