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.
az38
6 years agoCommunity Champion
Anonymous
maybe the isue in row context activated with CALCULATE() its unclear without data exampletry like
CALCULATE(COUNT(table[field]),ALL(table))