Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello all,
I have been trying to figure this one out using all the great suggestions on the subject. I feel I am very close, but cannot find it yet.
I am creating a production planner that based on a period start day (the Monday of the following week) plus a leadtime gives a plan date.
Adding this leadtime to the period start date must skip Weekends and Holidays.
I have created a 'Date' table that has a column Date[WorkingDay] that has a 1 for working and 0 for days off. The date table has dates from 1/1/2018 to 12/31/2020 with all weekends and holidays correctly identified.
I then have another table 'PlannerInfo' that lists all the product types and their leadtime. I would like to have a calculated column that shows what the calculated plan date is.
| Product | Leadtime | Plan Date |
| Receive core/adapter | 6 | |
| Clean core/adapter | 5 | |
| Saw | 11 | |
| Saw copper flash | 21 | |
| Core Saw (Stock) | 7 | |
| Mixing Core Material | 12 |
Thank you for your help on this.
Solved! Go to Solution.
Answering my own question.
I created an index on the date table that would only go up when the day was a workday.
Then I found the first day that had a rank equal to my leadtime
Answering my own question.
I created an index on the date table that would only go up when the day was a workday.
Then I found the first day that had a rank equal to my leadtime
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |