Forum Discussion
Moni
4 years agoNew Member
To calculate distinctcount date with text type
I gotta column with weekending dates and another coulumn with full name, so im trying use DAX to calculate distinct value of each full name with no of weeks,
I'm getting error with full name as text type cannot be used as true/false or text type cannot be used in filter with distinct count.
can anyone help me please.
I want output to be gareth 2 weeks, Darran 1 week (since 12/11/21 repeating so distinct count)
Moni just to be sure, you put 'Table[Full Name] on rows of the matrix and created this measure:
Distinct Weeks Measure = DISTINCTCOUNT('Table'[Week Ending])
And put that measure on the values and it didn't work?