Forum Discussion
mtownend
9 years agoNew Member
Percentage at different Levels
Hi, I have two tables one called Location and the other called Fact_Avail The location table contains information as below. Region Cluster Store 75 101 1236 75 101 3216 ...
mtownend
9 years agoNew Member
Hi
I have tried the solution but get the same values for AllTotalASV as for the SelectTotalASV
AllTotalASV = calculate(sum(Fact_AvailStoreItem[ActualSalesVolume]),All(Fact_AvailStoreItem))
SelectTotalASV = sum(Fact_AvailStoreItem[ActualSalesVolume])
Thanks
Martin
v-yulgu-msft
9 years agoMicrosoft Employee
Hi, mtownend
Please make sure that you created measures rather than calculated columns using above formulas.
Thanks,
Yuliana Gu