Hi there,
So I am running a query from Power BI to derive a single number result like the below:

[
{
"[DistinctCountarticle_id]": 12
}
]
So my question is how do I now use the number '12' as a condition in an If Yes/No?
I want to decision if the value here is greater than zero to go to yes otherwise go to NO.
Thank you!
Tristan