Forum Discussion
Anonymous
5 years agoNot applicable
Avg-Based on New Measure
Hi Team, I have two tables like With Markets and Without Markets, With markets table -> combination of Markets & Code without Markets -> Only code combination Measures : (New Measures) ...
v-kkf-msft
5 years agoCommunity Support
Hi Anonymous ,
Not clear about your model and expected output. But from the subject of your post, if you want to get an average based on your measure, try the formula like this:
Avg-Based on Measure =
AVERAGEX(
ALLSELECTED('Table'[Code]),
[Measure]
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.