Forum Discussion
Anonymous
6 years agoNot applicable
Measure for group average
I have a measure for calculationg average of number of days since last input. I want to have another measure showing group average after filtering specific project to compare project with the gr...
- 6 years ago
Hi Anonymous ,
Try this:
average = AVERAGE ( 'Table'[Days average] )
divisional average = AVERAGEX ( 'Table', CALCULATE ( AVERAGE ( 'Table'[Days average] ), ALLEXCEPT ( 'Table', 'Table'[Group] ) ) )
Best Regards
IceyIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lc_finance
6 years agoSolution Sage
Hi Anonymous ,
could you include a sample version of your Power BI file?
You can share it via DropBox, One Drive, Drive or any similar tool.
Regards
LC