Forum Discussion
Anonymous
5 years agoNot applicable
Count Blank Values in a Column
Hi Experts I am trying to count the number of blank values in my table based on another column Blank Values = CALCULATE( COUNTROWS('STG Fact_To_Do'), 'STG Fact_To_Do'[Created_Date]=BLANK(), ...
VijayP
5 years agoCommunity Champion
Anonymous
Count = CALCULATE(COUNTROWS('Table (2)'),FILTER('Table (2)',ISBLANK('Table (2)'[Created_Date])))
Try this
Regards
Vijay Perepa
Anonymous
5 years agoNot applicable
HI Vijay
I am getting blank result in score card....not the value 3
- amitchandak5 years agoSuper User
Anonymous , I was able to get 3 . Posted file in last update
- Anonymous5 years agoNot applicable
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???
- VijayP5 years agoCommunity Champion
Anonymous
Then Formula will be calculate(countrows(facttable),filter(all(datestable),isblank(datesinfacttable))
- VijayP5 years agoCommunity Champion
Anonymous
Please find tjhe attached file
https://drive.google.com/file/d/1Knkn7OtNHejWJ1lllVDgQ9TN-cdrm4fI/view?usp=sharing