Forum Discussion
skorpion
Helper I
8 years agoCount and sum unique Values
Im trying to get the sum of Sales with uniuqe Catatery im using thus DAX Formula please anyone can help me in this Countoracle = CALCULATE(SUM('Data Source'[Sales) ,DISTINCTCOUNT ('Data Source'[I...
skorpion
Helper I
8 years agoItem have cat and Sub cat sa well
Countorcale = CALCULATE (
DISTINCTCOUNT ('Data Source'[ItemAr]), DISTINCTCOUNT('Data Source'[CatAr]),DISTINCTCOUNT('Data Source'[SubAr]),'Data Source'[Orcale] = 1)
vanessafvg
Community Champion
8 years agoskorpion please provide the sub categorry below too with the expected result
Juice 1
Water 1
Juice 0
Water 1
Juice 1
Water 1
Output
juice 2
Water 3
- skorpion8 years ago
Helper I
solved thanks your help
- vanessafvg8 years ago
Community Champion
skorpion post the solution and make it the solution so others can learn from it