Forum Discussion
Total Count Without Duplicates
vishalbaldania unfortunately with this limited information i would need to be a bit psychic to understand the issue :womanvery-happy:
as i said i need a screen shot of your relationships if you are using more than one table?
can you also post how you did your measures, the code?
- vishalbaldania9 years agoHelper I
Formula for Column: Column = COUNT(RPT_COMEBACKS[Equipment ID])
Formula for Measure: Measure = COUNTROWS(RPT_COMEBACKS)
- vanessafvg9 years agoCommunity Champion
vishalbaldania so are you wanting a unique count of equipment id, or just a count of all the rows in the table?
Formula for Column: Column = distinctCOUNT(RPT_COMEBACKS[Equipment ID])
Formula for Measure: Measure = distinctCOUNT(RPT_COMEBACKS)
this is for unique count
- vishalbaldania9 years agoHelper I
Could you please tell me formula for count of all rows in the table. becasue i want to use that as KPI