March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Solved! Go to Solution.
Please try this formula .
Count of TicketStatus for Working =
var _count=CALCULATE(COUNTA('ABF Unique Address Request form V1 (2)'[TicketStatus]), 'ABF Unique Address Request form V1 (2)'[TicketStatus] IN { "Working" })
return IF(_count=0,0,_count)
The final result is as shown :
I have attached my pbix file , you can refer to it .
Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please try this formula .
Count of TicketStatus for Working =
var _count=CALCULATE(COUNTA('ABF Unique Address Request form V1 (2)'[TicketStatus]), 'ABF Unique Address Request form V1 (2)'[TicketStatus] IN { "Working" })
return IF(_count=0,0,_count)
The final result is as shown :
I have attached my pbix file , you can refer to it .
Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @karlamaddox1 ,
Just add a zero to your code like this :
Count of TicketStatus for Working = CALCULATE( COUNTA('ABF Unique Address Request form V1 (2)'[TicketStatus]), 'ABF Unique Address Request form V1 (2)'[TicketStatus] IN { "Working" } ) + 0
Let me know, if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! |
#proudtobeasuperuser |
It gave me an error.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
22 | |
19 | |
16 | |
9 | |
5 |
User | Count |
---|---|
37 | |
29 | |
16 | |
14 | |
12 |