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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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')