Forum Discussion
Average per day with multiple values each day
- Anonymous4 years ago
Hi Anonymous ,
Please refer to my pbix to see if it helps you.
The relationship between the tables.
Then create a measure.
Measure = CALCULATE(AVERAGE('Table'[DURATION_Seconds]),FILTER(ALL('Table'),'Table'[date]=SELECTEDVALUE('Table 2'[Date])))Could you tell that you want to calculate Average per day or Average per week?
If I have misunderstood your meaning, please provide your desired output and your pbix file without privacy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , A measure like this can do Sum on day level and Avg post that
averageX(values('Date'[Date]), calculate(Sum(Table[Duration])))
You can use this measure in WOW formula
refer if needed
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-Last-Week/ba-p/1051123
https://www.youtube.com/watch?v=pnAesWxYgJ8