Forum Discussion
icturion
5 years agoResolver II
Calculate average value per weekday
Hi The aim is to calculate the average value per day of the week. Table: I only get the average per record and not the average per day of the week. Maybe someone can help
- 5 years ago
Hi,
I revolved it:
Measure 1 = SUM(Table [aantal monsters])
measure 2 = AverageX ( VALUES(table[DATE]), [measure 1])
thx
icturion
5 years agoResolver II
I'm probably doing something wrong, because the results are wrong. Suppose on Sundays in September I took a total of 20 samples. so far September has had 2 Sundays. then the average should be 10 samples per Sunday.
v-lili6-msft
5 years agoCommunity Support
hi icturion
Please share your sample data and your expected output, that will be a great help.
Please see this post regarding How to Get Your Question Answered Quickly:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Regards,
Lin
- icturion5 years agoResolver II
Hi,
I revolved it:
Measure 1 = SUM(Table [aantal monsters])
measure 2 = AverageX ( VALUES(table[DATE]), [measure 1])
thx