The problem is solved.
I used this:
=Count([DevDay2].[Emp Code]+[DevDay2].[Course Date];Distinct)
To get a distinct count on both columns. The columns need to be of the same type, obviously.
The problem is solved.
I used this:
=Count([DevDay2].[Emp Code]+[DevDay2].[Course Date];Distinct)
To get a distinct count on both columns. The columns need to be of the same type, obviously.