Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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)
Solved! Go to Solution.
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.
Hope this helps.
Thank you,
Vishesh Jain
Proud to be a Super User!
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.
Hope this helps.
Thank you,
Vishesh Jain
Proud to be a Super User!
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.
Hope this helps.
Thank you,
Vishesh Jain
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
55 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |