Forum Discussion

MalcolmR's avatar
MalcolmR
Regular Visitor
3 years ago
Solved

Pivot file count error when nulls present

I am a newbie to PBI.   I do use Tableau.   I use the following calculation to count the number of xyz records in xyz_total that have a score = or > 38.  I use Distinctcount on the Record id becaus...
  • visheshjain's avatar
    3 years ago

    Hi MalcolmR,

     

    You can use the BLANK() function in DAX along with the operator "==" which is strictly blank, which will ignore the 0s in your column and count the blanks.

    You can use it in the another measure changing the condition in the filter argument of calculate.

     

    Here is a link explaining the BLANK() function.

     

    BLANK – DAX Guide

     

    Hope this helps.

     

    Thank you,

    Vishesh Jain