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.
Hi v-yanjiang-msft ,
I looked at your sample and i used the same expressions. However the table I am working on is summarized from two other tables.
Here is the expression I used to summarize the columns.
And here is my expression for getting the average.
Hi wcd1213 ,
According to your snapshot, isn't 4.2857 the average of the name Will? If not, what the 4.2857 really is.
I recreate a sample like you, and it still get the correct result.
You can download my sample below to see the details.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.