Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Basically the title. I have a very large table so it wouldn't be practical to post it here, but I am just doing a simple
Solved! Go to Solution.
Hi @scottz ,
Yes, please replace the blank ("" or " ")with null.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @scottz ,
Yes, please replace the blank ("" or " ")with null.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
So, I think I follow now. Empty=null, Empty =/= blank. So CountA needs a null, not a blank for the function to correctly not count that cell. So if I did 'replace values' in powerquery and changed <blank> to null that solves my problem?
@scottz , COUNTA - The COUNTA function counts the number of cells in a column that are not empty
so that will leave blank
https://docs.microsoft.com/en-us/dax/counta-function-dax
Try countrows('Weekly Reports')
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 9 | |
| 8 | |
| 7 |