Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
8 | |
8 | |
8 | |
6 |
User | Count |
---|---|
14 | |
12 | |
11 | |
9 | |
9 |