Forum Discussion
Subtracting Value
Hi Anonymous ,
Be aware that DAX measure are based on row context so any given value from slicers, filters, interactions with other visualizations, variables, relationships and so on can influence your result.
Please paste the data in the form of a table, and provide the two measures involved in the screenshot. It will make me more clear about your scenaio.
Please remove any sensitive data before uploading.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
again I'm sorry , I can't paste file, please see below screenshot,
- V-lianl-msft5 years agoCommunity Support
Hi Anonymous ,
Please refer to:
Measure = VAR x = SUMX( FILTER( ALLSELECTED(Sheet7), [UID] = MAX([UID]) ), [Prod_Vol] ) RETURN [Prod_Stock]- xBest 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.