Forum Discussion
Anonymous
6 years agoNot applicable
Total Column Sum is not equal
Hi everyone! I've been stuck with this, hope you can help me. Thanks! The Total Sum should be 475.
- 6 years ago
Hi Anonymous ,
We suggest you to delete your shared report link in your reply if it contain any confidential information, We can also use the following measure to meet your requirement:
B2B OUTLET BUYING = SUMX ( DISTINCT ( 'SUB TYPES'[Tag] ), CALCULATE ( DISTINCTCOUNT ( [Outlet Name] ), 'TOTAL SALES DATA'[Billing Type] = "ZRSS" ) )
Best regards,
Anonymous
6 years agoNot applicable
B2B OUTLET BUYING = CALCULATE(DISTINCTCOUNT([Outlet Name]),'TOTAL SALES DATA'[Billing Type]="ZRSS") Here
dethompson97
6 years agoResolver III
Can you also share your data model? What is [Outlet Name]? By convention, it should be a measure but I am not sure it is.
Thanks!
DAwn
- Anonymous6 years agoNot applicableTry this NewMeasure = SUMX(SUMMARIZE('TOTAL SALES DATA','SUB TYPES'[Tag],"total",[B2B OUTLET BUYING]),[total])
The issue you faced because of incorrect parenthesis.
Thanks
Pravin- Anonymous6 years agoNot applicableTry the measure which i have corrected.
- Anonymous6 years agoNot applicable
Here,
- v-lid-msft6 years agoCommunity Support
Hi Anonymous ,
We suggest you to delete your shared report link in your reply if it contain any confidential information, We can also use the following measure to meet your requirement:
B2B OUTLET BUYING = SUMX ( DISTINCT ( 'SUB TYPES'[Tag] ), CALCULATE ( DISTINCTCOUNT ( [Outlet Name] ), 'TOTAL SALES DATA'[Billing Type] = "ZRSS" ) )
Best regards,- Anonymous6 years agoNot applicable
Hi v-lid-msft ,
Noted on the deletion of link.
And thank you! The formula works. Thank you very much
Rey