Forum Discussion
Anonymous
8 years agoNot applicable
o
Time Sheet Compliance - show missing time sheet en...
I am trying to count the number of blank cells and display in the matrix
Please help
Anonymous
8 years agoNot applicable
does the count blank function work on my matrix I already made?
Anonymous
8 years agoNot applicable
Anonymous,
Provide screenshot of your data model (with relationship) and the full matrix view will help me to provide you a correct answer.
- Anonymous8 years agoNot applicable
- Anonymous8 years agoNot applicable
Anonymous,
Try this measure:
Blank Timesheet Count = COUNTROWS(ALL(Timesheet[Timesheet Date])) - COUNTROWS(VALUES(Timesheet[Timesheet Date]))
- Anonymous8 years agoNot applicable
The most people havem issed is like 5 or 6, but the measure is giving insane numbers, any ideas?