Forum Discussion
MSAYED26
Helper II
2 years agoDax
I want to calculate average for all month ,I want The trend line change every month based on data , used AVERAGE CASES = CALCULATE(AVERAGEX('Total Mechanical Process core','Total Mechanical Proces...
Greg_Deckler
Community Champion
2 years agoMSAYED26 Try:
AVERAGEX(ALL('Total Mechanical Process core'),'Total Mechanical Process core'[Value])- MSAYED262 years ago
Helper II
Thank it work , but i want iteractive values with slicer
- Greg_Deckler2 years ago
Community Champion
MSAYED26 Use ALLSELECTED instead of ALL.