Forum Discussion

Gartski83's avatar
Gartski83
Regular Visitor
3 years ago

Total Hours Total not working as expected

I am creating a metrics report for billable time and am trying to calculate the target billable time a team member needs to hit their target.

 

I have created a measure that works out the available working hours in the month: 

Available Working Hours = CALCULATE (SUM('Int Targets'[Available Working Days])) - CALCULATE(SUM('EMEA APAC PTO DTO'[Total Hours]))
 
This gives the correct figure

The issue I have is when I then try to work out the target hours they need to hit to achieve their KPI utilisation target
 

 Available time2 = 'Int Targets'[Available Working Hours] /100 * 'Int Resources'[KPI]

 

The KPI target is stored in another resource table.

 

 

 

I am quite new to DAX/Powerbi so any help would be appreciated 😁

 

 

 

5 Replies