Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I'm a new user and I saw that you helped a lot of people
Could you please help me out with my problem?
I have an employee database and I would like to have a my visual report showing FTE per month.
On the database, I have start and end date and FTE per employee.
I have created a Table Date.
My current code is the following:
@Anonymous , try with Max
FTE Actual =
CALCULATE(
sum('FTE database'[FTE]),
FILTER(VALUES('FTE database'[Hire Date]),'FTE database'[Hire Date]<=MAX('Table Dates'[Date])),
FILTER(VALUES('FTE database'[Termination Date]),OR('FTE database'[Termination Date]>=Max('Table Dates'[Date]),ISBLANK('FTE database'[Termination Date])))
)
also refer
Hi @amitchandak
Thanks a lot for your help!!
It's working
I miss just the precision when someone starts or ends during the month, it is rounded to 1, while the FTE should be prorated to the working days per month.
If you have something for this, it would be great, otherwise I'll live with it
In excel the formula I used was quite complex.
Regards
Yen
User | Count |
---|---|
17 | |
14 | |
13 | |
13 | |
11 |
User | Count |
---|---|
19 | |
15 | |
15 | |
11 | |
10 |