Forum Discussion
Anonymous
6 years agoNot applicable
count function returns distinct count
CALCULATE(COUNT(table[field]),USERELATIONSHIP(table[datefield],calendar[datefield)) why would this return a distinct count ? I tried removing userelationship - same results.
amitchandak
6 years agoSuper User
CALCULATE(COUNT(table[field])) and CALCULATE(COUNTrows(table)) is same ?
If so this might be a unique column