I have a table in Power BI with a column that holds blank values, and I need to know How many rows has blank value in this column using DAX in Power BI, How can I do that?
Employee |
Register Date |
Marko |
12-12-2022 12:00 PM |
Jan |
|
Pedro |
|
In the above table, I need to know how many users didn't have value and get the employees count who didn't register yet.