Forum Discussion
Anonymous
5 years agoNot applicable
Subtracting Value
Hi Team, I have data, expected Remaining value, Thanks, KV's
Anonymous
5 years agoNot applicable
again I'm sorry , I can't paste file, please see below screenshot,
V-lianl-msft
5 years agoCommunity Support
Hi Anonymous ,
Please refer to:
Measure =
VAR x =
SUMX(
FILTER( ALLSELECTED(Sheet7), [UID] = MAX([UID]) ),
[Prod_Vol]
)
RETURN
[Prod_Stock]- x
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Hi V-lianl-msft ,
Thanks for you help,
But [Prod_Vol] and [Prod_Stock] is separate table like Measures table.
Thanks,
KV's
- V-lianl-msft5 years agoCommunity Support
Hi Anonymous ,
Sorry, I can't understand what you're saying.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.