Forum Discussion
Miro
Advocate I
3 years agoAverage pro date selected
Hello everyone, I am new to Power BI and fail to figure out something that is supposedly easy. I calculate Average pro tag = AVERAGEX(ALL('Date'[Date]), [Sales]) But then if I chose the date span...
- 3 years ago
Hi there,
Adjust the measure toAVERAGEX(ALLSELECTED('Date'[Date]), [Sales])
It shall give you what you want.
olgad
Resident Rockstar
3 years agoHi there,
Adjust the measure to
AVERAGEX(ALLSELECTED('Date'[Date]), [Sales])
It shall give you what you want.
It shall give you what you want.