Forum Discussion
Sdhn420
Helper IV
5 years agoSame value for all months
Hi, How can I display same value for Average sales of 3 months measure for all the months? Example: Measure - Average sale of 3 months = 300 Code Month Avg Sales qty M100 J...
amitchandak
Super User
5 years agoSdhn420 , Try like
calculate(average(Table[qty]), allexcept(Table, Table[Code]))
Sdhn420
Helper IV
5 years ago
amitchandak value is changing for each month 😞