March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I am working on a report that takes employees entered hours and then calculates the number of active salary employees and their hours worked in a given month. These hours are then added together to get a total hours variable which is then used to calculate the YTD total of these hours.
The issue is that when this YTD function runs it is using the current months active employee count with the previous months day count and gets the incorrect total for YTD. This can be seen in the attached example since the total hours column is correct, but the YTD side of it gives the wrong total. For example, January + February's total hours combined should be 112,799.04, however it is calculating as 112,976.18. This is because it is using 42 as the employee count for January in the YTD portion, instead of using the correct 41.
The other hurtle with this report is I have wrote the report in a way that future months will not display any salary hours (since there are no hourly employees hours yet either), however in the YTD column it then takes the total of hourly workers hours and excludes any salary hours and displays that. What I wanted it to do is show the current months YTD total for all future months.
I have tried to troubleshoot this on my own and have not been able to find a good solution or the correct way to write the measures to handle this. Any help would be greatly appreciated, let me know if I can clear up any specifics!
The example below shows the current results with a table showing what I am trying to have it display instead.
Link to the example: Example
Solved! Go to Solution.
Works absolutely perfect, thank you so much!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
92 | |
86 | |
77 | |
49 |
User | Count |
---|---|
166 | |
149 | |
99 | |
73 | |
57 |