Forum Discussion
Overall - Average - Multiple Measures
- 7 years ago
Anonymous ,
You may check the post below.
Hi,
There should not be a need to write one measure per month. If you can share the data (such that can be pasted in an Excel file) and describe the question, i can help.
Hello Ashish
I only found this wasy i can not unpivot my table, otherwise it will break my other relationships
I already the put my need in my previous comment.
I would like to do an overall average measure based on the measure per month
- v-chuncz-msft7 years ago
Community Support
Anonymous ,
You may try the measure below.
Measure = AVERAGEX ( UNION ( ROW ( "Value", [Measure 1] ), ROW ( "Value", [Measure 2] ) ), [Value] )- Anonymous7 years agoNot applicable
Hello
Thanks for the help
Does the "Union" work with only two measures? I m trying to include more than 2 and it is now working
- Anonymous7 years agoNot applicable
Hello v-chuncz-msft
I was able to replicate your measure in my matrix. Thanks for that.
Now, would it be possible to create a overall avg based on the column? to display on bottom of the matrix?