Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I wonder if possible to combine two tasks in one bar i.e., Period 1 & 2 adjacent to each other instead of beneath (show below).
I'm using Gantt Chart by MAQ.
Project Name | Type | Start Date | Period 1 | Period 2 |
Project A | Simple | 01/02/2022 | 01/02/2022 - 01/03/2022 | 02/03/2022 - 31/03/2022 |
Project B | Medium | 02/03/2022 | 02/03/2022 - 31/03/2022 | 01/04/2022 - 30/04/2022 |
Solved! Go to Solution.
Hi @AnnaTokyo ,
Please try:
Start_Date = CALCULATE(MIN('Test'[Start Date]),REMOVEFILTERS(Test[Period]))
End_Date = CALCULATE(MAX('Test'[End Date]),REMOVEFILTERS(Test[Period]))
Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AnnaTokyo ,
Please try:
Start_Date = CALCULATE(MIN('Test'[Start Date]),REMOVEFILTERS(Test[Period]))
End_Date = CALCULATE(MAX('Test'[End Date]),REMOVEFILTERS(Test[Period]))
Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AnnaTokyo
Would it be possible for you to attached your PBIX file removing any sensitive data?
Hi @Seanan
Thank you for your reply. Here is the link to the sample data set and Power BI file. Thank you for your time in advance.
https://drive.google.com/drive/folders/1BE39-2zSwy2cpUeKP9tKFMpLRdqc4b5v?usp=sharing
Hi @AnnaTokyo
Apolgies for the delay in getting back to you.
Unfortunately, I wasn't able to find a way to combine your periods to make them adjacent to each other. Sorry I couldn't be of more help.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |