Forum Discussion
android1
Post Patron
9 years agoCalculating Average YTD
Hi, I want to calculate the average hours worked by Carer YTD . I am using the measure TotalHours average per CarerName = AVERAGEX( KEEPFILTERS(VALUES('vw_PivotWagesHrs'[CarerName])), CALCULA...
v-ljerr-msft
Microsoft Employee
9 years agoHi android1,
So it's only dividing TotalHours (303.69 for e.g) by 13 when it should be sum of count of carers.
I'm not sure I understand your requirement totally. So the expected result(303.69 for e.g) should be 3947.98/(13+16+22+23+24+26+27) ?
In addition, could you also post your real table structures with some sample data? So that we can better assist on this issue. :smileyhappy:
Regards