Kumar Shanmugam
Member
I am doing on analysis on sale price. How many location have sale price below their state Average.
I am facing grand total issue. Grand total not matching with individual total or subtotal.
For eg in the attached sample file Haryana total is 7 and Maharashtra total is 8. So Grand total should be 15 instead of 16. So want to know why Grand total is showing an error.
To caculate state average, I have used following formula.
=Var StateAvgPrice=[StateAvgPrice]
Return
CALCULATE([NoofRepoSale],RepoSaleSample[AmountPaid]<StateAvgPrice)
I am facing grand total issue. Grand total not matching with individual total or subtotal.
For eg in the attached sample file Haryana total is 7 and Maharashtra total is 8. So Grand total should be 15 instead of 16. So want to know why Grand total is showing an error.
To caculate state average, I have used following formula.
=Var StateAvgPrice=[StateAvgPrice]
Return
CALCULATE([NoofRepoSale],RepoSaleSample[AmountPaid]<StateAvgPrice)