Forum Discussion
powertechbi
1 year agoFrequent Visitor
Creating Measure to count values with condition
Good afternoon I would like to ask for help in resolving an issue. I have a relationship with some products and I need to generate a measure that calculates the number of items I have in stock equa...
Anonymous
1 year agoNot applicable
Hi powertechbi , Ashish_Mathur, lbendlin, thank you for your prompt reply!
It seems that you need to change your Return value with table column instead of measure:
For example:
RETURN CALCULATE(_TIPOS, Fato[Estoque Atual] >= _VALOR1)
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.