Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
android1
Post Patron
Post Patron

Calculating 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])),
CALCULATE(SUM('vw_PivotWagesHrs'[TotalHours]))

 

This gives me what I want if I choose a particular week from a slicer. (TotalHours/Count of Carers)

 

 Avg Hrs.jpg

 

Problem is when I don't have a Week selected. I get:

 

Avg Hrs 2.jpg

 

So it's only dividing TotalHours (303.69 for e.g) by 13 when it should be sum of count of carers.

 

How do I account for this in my measure?

 

Thanks,

 

Gerry

1 REPLY 1
v-ljerr-msft
Employee
Employee

Hi @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. Smiley Happy

 

Regards

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.