Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
I need to do something like this:
and I have something like this for database:
| activity | duration in days |
| phase 1 | 10 |
| phase 2 | 20 |
| phase 3 | 30 |
| phase 4 | 40 |
how can I do?
which free power bi graph can I use?
thanks
Solved! Go to Solution.
Hi @Giada90 ,
Thank you for reaching out to us on the Microsoft Fabric Community Forum.
Yes, you can get this by Gantt chart by MAQ software as suggested by @pankajnamekar25 ,thank you pankajnamekar for providing possible solutio.
Here is the detailed process how to achieve it:
Take a sample dataset which has the following column names Activity (Phase Name),Start Date, Duration (in days),End Date (optional). From get more visuals search for Gantt chart by MAQ software and add it. Select the Gantt chart and add the fields in the Gantt chart by Task name,Start date,End date and duration. If your dataset only has Start date and Duration,you can calculate End Date using this DAX:
End Date = 'Table'[Start Date] + 'Table'[Duration (Days)]
Here is the screen shot for better understanding:
If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.
Hi @Giada90 ,
Thank you for reaching out to us on the Microsoft Fabric Community Forum.
Yes, you can get this by Gantt chart by MAQ software as suggested by @pankajnamekar25 ,thank you pankajnamekar for providing possible solutio.
Here is the detailed process how to achieve it:
Take a sample dataset which has the following column names Activity (Phase Name),Start Date, Duration (in days),End Date (optional). From get more visuals search for Gantt chart by MAQ software and add it. Select the Gantt chart and add the fields in the Gantt chart by Task name,Start date,End date and duration. If your dataset only has Start date and Duration,you can calculate End Date using this DAX:
End Date = 'Table'[Start Date] + 'Table'[Duration (Days)]
Here is the screen shot for better understanding:
If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.
Hello Giada,
You can create Gantt chart to achive this.
please explore the article in details .
You should have date column in your dataset and Milestone to show
Thanks,
Pankaj
If this solution helps, please accept it and give a kudos, it would be greatly appreciated.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 14 | |
| 13 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 40 | |
| 39 | |
| 38 |