Forum Discussion
Using ALLEXCEPT on calculated table
- 3 years ago
Hi wcd1213 ,
According to your description, here's my solution. Create a calculated column.
Column = AVERAGEX ( FILTER ( 'Calculated Table', 'Calculated Table'[Name] = EARLIER ( 'Calculated Table'[Name] ) ), [M1] )Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
4.2857 is the average of all of M1. I just realized my screenshot did not include the next name Joe. That average is the same:
I need the averages to be split between names.
Hi wcd1213 ,
To veryfy the result, I calculate it manually.
For Will, sum is 90. The count of Will is 21, so the result of Will is correct(90/21=4.2857).
For Joe, sum is 60. The count of Will is 14, so the result of Will is correct(60/14=4.2857).
For Jim, the snapshot data is incomplete, so I can't calculate it manually.
As of now, the result is the same for each name is just a coincidence.
Best Regards,
Community Support Team _ kalyj