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(), ...
Anonymous
5 years agoNot applicable
HI Vijay
I am getting blank result in score card....not the value 3
amitchandak
5 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))
- amitchandak5 years agoSuper User
Anonymous ,
+0 to a measure and count zeros. Can you share the complete sample?
- Anonymous5 years agoNot applicable
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