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,
amitchandak
Super User
6 years agoShare the formula you are using as of now.
Anonymous
6 years agoNot applicable
B2B OUTLET BUYING = CALCULATE(DISTINCTCOUNT([Outlet Name]),'TOTAL SALES DATA'[Billing Type]="ZRSS") Here