Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
MalcolmR
Regular Visitor

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 because the file is pivoted (Record Id is a unique identifier)

 

xyzall = CALCULATE(DISTINCTCOUNT(Output[Record Id]),FILTER(Output,Output[xyz_total] >= 38))
 
I now want a count of all the records in xyz_total column that are not blank.   Note:  a score can be 0.
A Distinct count of Record id includes the null records because the null is in xyz-total column
How do I do this
Many thanks in advance
 
 
 
 
 
 
 

 

1 ACCEPTED SOLUTION
visheshjain
Impactful Individual
Impactful Individual

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

Did I answer your question?
If yes, then please mark my post as a solution!

Thank you,
Vishesh Jain

Proud to be a Super User!



View solution in original post

2 REPLIES 2
visheshjain
Impactful Individual
Impactful Individual

Hi @MalcolmR,

 

You can use the BLANK() os ISBLANK() functions in DAX, this will igore 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

Did I answer your question?
If yes, then please mark my post as a solution!

Thank you,
Vishesh Jain

Proud to be a Super User!



visheshjain
Impactful Individual
Impactful Individual

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

Did I answer your question?
If yes, then please mark my post as a solution!

Thank you,
Vishesh Jain

Proud to be a Super User!



Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.