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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi Experts
I am trying to count the number of blank values in my table based on another column
| Created_Date | Closed |
| 14 August 2020 | 1 |
| 1 | |
| 23 July 2020 | 1 |
| 19 August 2020 | 1 |
| 1 | |
| 28 July 2020 | 1 |
| 1 | |
| 22 November 2019 | 1 |
| 20 August 2020 | 1 |
@Anonymous
Proud to be a Super User!
HI Vijay
I am getting blank result in score card....not the value 3
@Anonymous
Please find tjhe attached file
https://drive.google.com/file/d/1Knkn7OtNHejWJ1lllVDgQ9TN-cdrm4fI/view?usp=sharing
Proud to be a Super User!
Ok i forgot to mention my FACT Table TO DO links to a DIM Date table (1 to *) relationship Date to Created Date (FACT Table). i am still getting blank values???
Hi AMit
I cannot upload a file nor send a drobox link. If you create a simple DIM Date Table and link DAte from Dim DAte to Created Date in FACT table and see if the measure works
@Anonymous
Then Formula will be calculate(countrows(facttable),filter(all(datestable),isblank(datesinfacttable))
Proud to be a Super User!
@Anonymous , Try like
countrows(filter('STG Fact_To_Do', isblank(Created_Date)))
or
calculate(countrows('STG Fact_To_Do'),filter('STG Fact_To_Do', isblank(Created_Date)))
Both DAX formula return back blank as oppsed to the value 3
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 53 | |
| 42 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 122 | |
| 106 | |
| 47 | |
| 30 | |
| 24 |