Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello great Analytics minds:
How can I get the count
| SL | Overall Status | Actual Complete Date |
| 1 | Completed | 6/28/2022 |
| 2 | ||
| 3 | In-Progress | |
| 4 | ||
| 5 |
Actual date = Blank
Overall status = remove blanks
Appreciate your help. 🙂
Thanks
Solved! Go to Solution.
Hey @Anonymous ,
you can filter the table in measure to blank dates and not blank status. On that filtered table you can use a COUNTROWS measure:
Overal status with Blank Date =
CALCULATE (
COUNTROWS ( myTable ),
myTable[Actual Complete Date] = BLANK () && myTable[Overall Status] <> BLANK ()
)
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
Thank you. Appreciate your help on my learning process.
Hey @Anonymous ,
I'm happy it works 🙂
Best regards
Denis
Hey @Anonymous ,
you can filter the table in measure to blank dates and not blank status. On that filtered table you can use a COUNTROWS measure:
Overal status with Blank Date =
CALCULATE (
COUNTROWS ( myTable ),
myTable[Actual Complete Date] = BLANK () && myTable[Overall Status] <> BLANK ()
)
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |