Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I would like to fill empty cell with zero, how can I do that? As you see on the picture, I have some empty cells...
This is my measure
Solved! Go to Solution.
Hi @poko ,
Try below code :
Total Pending =
COALESCE(
CALCULATE(
COUNTROWS('CecCaseDetail H'),
'CecCaseDetail H'[Case] IN {"New", "Enhanced", "Stand"}
),
0
)
Thanks,
Ankita
And for this?
Similarly @poko , you can use again COALESCE function :
just add COALESCE? Right?
yes it works 🙂
It works Thank you.
Hi @poko ,
Try below code :
Total Pending =
COALESCE(
CALCULATE(
COUNTROWS('CecCaseDetail H'),
'CecCaseDetail H'[Case] IN {"New", "Enhanced", "Stand"}
),
0
)
Thanks,
Ankita
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |