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
Hi Community,
I'm trying to solve this one but i'm quite lost. I have this simulated dataset
| Product name | Product Code | Start Date | Operation day | Duration | End Date | Departing Point | Arrival Point |
| TEST01 | TEST01 | 04/01/2021 | Moday | 3 days | 01/02/2021 | Point A | Point B |
| TEST02 | TEST02 | 01/02/2021 | Tuesday | 7days | 10/06/2021 | Point A | Point B |
So, I have to populate this gannt chart where all the product are displayed according to start and end dates starting in the operation days and duration.
E.g. for TEST 01 i should have in the GANNT chart 4 lines starting on 04/01/2020 for 3 days, 11/01/2020 for 3 days, 18/01/2020 for 3 days, 25/01/2021 for 3 days and 01/02/2021 for 3 days.
I am able to do so according to start and end date but it would create a long line for the whole period, but i failed to restrict it according to operation days.
Please help mee🤣
thank you
Albe
Solved! Go to Solution.
@abartozzi
You cannot have have a duration with text type, try change the column into Duration(days) with value 3 and 7 in whole number data type.
Then remove the enddate and add the new duration column.
PaulZhengg _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
@abartozzi
You cannot have have a duration with text type, try change the column into Duration(days) with value 3 and 7 in whole number data type.
Then remove the enddate and add the new duration column.
PaulZhengg _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
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.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |