Forum Discussion

PS_78's avatar
PS_78
Icon for Helper II rankHelper II
2 years ago
Solved

SUMX with COUNT returns incorrect value

Hello All - I have issue with a measure created to calculate count using SUMX function. My requirement is to calculate count of document #'s where type = "TP1". But the measure I created returns inco...
  • lbendlin's avatar
    2 years ago

     

     In additional I also need to calculate distinct count for doc #, CC and Year combination. 
    DC = COUNTROWS(summarize('Table',[CC],[Doc #],[Year]))