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...
Greg_Deckler
Community Champion
5 years agoSdhn420 - Use ALLEXCEPT instead of ALL to keep the material code filter.
Sdhn420
Helper IV
5 years agoGreg_Deckler amitchandak used this calculate(average(Table[qty]), allexcept(Table, Table[Code])) but its giving different values for all the months.
- v-jingzhang5 years ago
Community Support
Hi Sdhn420 I tested this measure and it worked well like below. Does your data come from the same table or from different tables? If they are in different tables, is there any relationship between them?
Regards,
Community Support Team _ Jing Zhang