Forum Discussion
skorpion
8 years agoHelper I
Count 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
8 years agoHelper I
Item 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
8 years agoCommunity Champion
skorpion 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 agoHelper I
solved thanks your help
- vanessafvg8 years agoCommunity Champion
skorpion post the solution and make it the solution so others can learn from it