Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
There are two expressions and two dimensions in a pivot table.
The first dimension is Department and the second dimension is Class.
The first expressions is "count(distinct StudentID)" the result is count students of every class.
Now I want the second expression is count students of the Department,how to do ?
Thank you!
Try count(distinct total <Department> StudentID)
Try count(distinct total <Department> StudentID)
COUNT(Distinct TOTAL <Department> StudentID)
🙂 Gysbert has already answered !!!