cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

FTE caculation using assigned work

Hi I'm new to DAX formulas

 

I'm using the Power BI content pack for PWA data and am trying to calculate monthly FTE using hours currently assigned to resources "assignment work".  Under the TimeSet table I have written two measures which calculate working days per month and working hours based on an 8 hour working day. 

 

Working Hours = TimeSet[Working Days]*8
Working Days = CALCULATE(COUNTA(TimeSet[TimeByDay]),TimeSet[Is Working Day]="yes")
 
Now I want to divide Assignment Work by Working Hours to calculate the FTE but the Assignment Work is in AssignmentTimePhaseDataSet and I don't know what DAX formula I need.
 
Can you please help!, cheers, Vanessa
 
VFlood1971_0-1624856244540.png

 

2 REPLIES 2
Tanushree_Kapse
Super User
Super User

Hi @Anonymous ,
For this, you need to create relationship between these two table. Then only you would get the correct data in the visual.

Anonymous
Not applicable

Hi there

They are already linked - does it need to be a particular kind of relationship?

VFlood1971_0-1624945463285.png

cheers

Vanessa

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors
Top Kudoed Authors