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
Anonymous
6 years agoNot applicable
Try this
Sumx(summerize(table,table[column]"total",[b2b outlet]),[total])
Thanks,
Pravin
Sumx(summerize(table,table[column]"total",[b2b outlet]),[total])
Thanks,
Pravin
- Anonymous6 years agoNot applicable
Hi, I'm sorry, I'm very new at Power Bi.
Can I send the link of my dashboard instead?
- Anonymous6 years agoNot applicableGo to power bi desktop
Click on home then click on meausre
Write the above dax
And add that measure and required column to table visual.
Note :change the column and table names as per requirement.- Anonymous6 years agoNot applicableNewMeasure = SUMX(SUMMARIZE('TOTAL SALES DATA','SUB TYPES'[Tag],"total",[B2B OUTLET BUYING],[total]))result was "Too few arguments were passed to the SUMX function. The minimum argument count for the function is 2."