This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello PBI Gurus,
I am after your assistance with a query that can duplicate rows based on date & frequency of occurance to generate a work schedule calendar, where an employee has different schedules, eg work a 9 day fortnight, part time Mon to Thur, Weekends, etc.
Data contained in first excel sheet from a single row to duplicate the row at each date occurance, with the end result a visual calendar of employee availability
https://drive.google.com/open?id=162619nHpiwsW6IytsnLhs0mbzNl-hmOH
Appreciate any assistance with this one as with my initial calendar, I entred RDO frequency manually for a small hanful of employees and is not viable for the scale of data I have for 1500 employees and frequency of schedules to change.
Solved! Go to Solution.
I managed to figure it out (there maybe a better way of doing it thou).......
I added an Index column against each individual entry and then added a new column:
=List.Dates(Date.AddDays([EventDate],[#"Frequencey"]),[Occurance],Duration.From(#"Frequency"]))
And it worked
I managed to figure it out (there maybe a better way of doing it thou).......
I added an Index column against each individual entry and then added a new column:
=List.Dates(Date.AddDays([EventDate],[#"Frequencey"]),[Occurance],Duration.From(#"Frequency"]))
And it worked
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 33 | |
| 23 | |
| 23 |