Forum Discussion
abukapsoun
3 years agoPost Patron
Sum & average
Hi Guys, Need your support please, I have the following dataset for each of the day: I want to Sum people based on city, then i want to average the city based on flag. so Ger = average...
- 3 years ago
Download the PBI file.
Ashish_Mathur
3 years agoSuper User
Hi,
This measure works
Measure = AVERAGEX(VALUES(Data[Flag]),[Total])
Hope this helps.
- abukapsoun3 years agoPost Patron
What is the "Total" measure you have created? I can see it in your screenshot but not in the formula
Thank you
- Ashish_Mathur3 years agoSuper User
Download the PBI file.