Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a measure that counts the total number of customers, which then is used to Drill-Through to a table.
I put it onto a card visual. Some come back as (Blank), and I want this to be replaced with 0.
Here's my DAX, please help, it's not working:
Hi @sarah8991
so you are using the raw source data, is it correct?
So its easy to you just make new column with this code
Column = IF(ISBLANK(**original column**),0,**original column**)
**original column** - your name for the column you are using.
Then change the value to the new column and it should work 🙂
thank you!
Can you please mark this as complete. If you satisfied with the answer.
Thanks and Regards
Kannan.N
User | Count |
---|---|
84 | |
73 | |
73 | |
56 | |
51 |
User | Count |
---|---|
43 | |
41 | |
36 | |
34 | |
30 |