Forum Discussion
Miro
3 years agoAdvocate I
Average 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.
Miro
3 years agoAdvocate I
Thanks,
it did.