The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello friend,
Thank You for helping figuring out this DAX formula. I'm trying to count empty row in a date column. my initial code was
Solved! Go to Solution.
Hi @Rio007
you can write it like this
Pending = COUNTROWS( FILTER('Fact-Tasks','Fact-Tasks'[Closed]= BLANK ( ) ))
Hi @Rio007
you can write it like this
Pending = COUNTROWS( FILTER('Fact-Tasks','Fact-Tasks'[Closed]= BLANK ( ) ))
User | Count |
---|---|
13 | |
8 | |
7 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |