Forum Discussion
Anonymous
5 years agoNot applicable
Subtracting Value
Hi Team, I have data, expected Remaining value, Thanks, KV's
V-lianl-msft
Community Support
5 years agoHi 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.
Anonymous
5 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 ago
Community 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.