Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi all,
I have the following table named "Absences", here is a simplified version of it:
employee ID | Key date (EOM) | Sick days (YTD) |
1 | 28. Feb | 20 |
2 | 28. Feb | 3 |
3 | 28. Feb | 2 |
1 | 31. Mrz | 25 |
2 | 31. Mrz | 6 |
3 | 31. Mrz | 4 |
I would like to create a DAX formula to obtain the Monthly value as stated below in my table:
employee ID | Key date (EOM) | Sick days (YTD) | expected column Monthly |
1 | 28. Feb | 20 | 20 |
2 | 28. Feb | 3 | 3 |
3 | 28. Feb | 2 | 2 |
1 | 31. Mrz | 25 | 5 |
2 | 31. Mrz | 6 | 3 |
3 | 31. Mrz | 4 | 2 |
Please note that my data only starts as of February 2023 (no data for Jan 2023), thanks a lot for your help!
Solved! Go to Solution.
Hi @JonathanGiord possible solution, create calculated column; adjust your table name for Sheet1
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!
Hi @JonathanGiord possible solution, create calculated column; adjust your table name for Sheet1
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!