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 Good Morning,
I have the HR data of their work hours, and the contracted hours, and I wanted to forecast based on recent consumption (3 or 6 months) when the contracted hours will end.
Thanks for helping!
Hi @josegracaaxians ,
You can add a measure like below, I assuming that they work 6 hours a day:
Forecast =
VAR _WORKDAY = [Horas Remanescentes] / 6
RETURN
SELECTEDVALUE ( 'Table'[date] ) + _WORKDAY
Final output:
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired out put and pbix file without privacy information.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
What 'm looking for is a measure that, based on recent consumption of hours, show me the hours made and so that I can see where the forecast equals the "Horas contratadas" by perfis ( profile description)
and by area (área):
User | Count |
---|---|
16 | |
14 | |
13 | |
12 | |
11 |
User | Count |
---|---|
19 | |
16 | |
15 | |
11 | |
9 |