Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to count the number of blank cells and display in the matrix
Please help
@Anonymous,
Without looking at the actual data model, I would suggest you use COUNTBLANK Function
Very new to PowerBi, would that be considered a measure?
does the count blank function work on my matrix I already made?
@Anonymous,
Provide screenshot of your data model (with relationship) and the full matrix view will help me to provide you a correct answer.
@Anonymous,
Try this measure:
Blank Timesheet Count = COUNTROWS(ALL(Timesheet[Timesheet Date])) - COUNTROWS(VALUES(Timesheet[Timesheet Date]))
The most people havem issed is like 5 or 6, but the measure is giving insane numbers, any ideas?
@Anonymous,
It seems that you have a different question. Could you please share sample data of your original table and post expected result based on the sample data?
Regards,
Lydia
| User | Count |
|---|---|
| 55 | |
| 37 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |