Forum Discussion
Anonymous
5 years agoNot applicable
All() not working properly
Hi, I'm not sure if this is a known bug or issue, but I have seen some examples of it in the past on the forums but without much being resolved. In short, I have a table for returns. I create...
v-easonf-msft
5 years agoCommunity Support
Hi, Anonymous
It is really weird, everything is fine on my side.
Maybe you can try formula as below:
SumQty =
CALCULATE (
SUM ( 'Master Returns Table'[quality] ),
REMOVEFILTERS ( 'Master Returns Table'[Owned] )
)
Best Regards,
Community Support Team _ Eason
Anonymous
5 years agoNot applicable
Yeah, I've tried removefilters() and that doesnt work either.