The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
114 | |
80 | |
78 | |
47 | |
39 |
User | Count |
---|---|
148 | |
115 | |
65 | |
64 | |
53 |