Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Olifer
Frequent Visitor

Visualization: Two Bar charts attached to one asset

Dear community,

 

I'd like to ask for your support how the following visualization can be achieved with Power BI. I think the images attached describe best how it should look like: One customer shall receive exactly two bars, located next to each other, one pointing from "Start Date to "End Date", the other from "Start Date" to "Adapted End Date" (which can be earlier or later than the "End Date").

 

data.JPG

 

Visualization.JPG

Of course it's fine when Cust1 / Cust2 appear not just once, but behind each of their respective bars.

 

Any ideas would be highly appreciated!

 

Thanks a lot and a great weekend to all of you!

Olifer

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Olifer ,

 

You can search for a custom visualizaition of gant charts however since you have the need to have two dates not sure if you can find anything.

 

What I did was to create a calendar table and the added the following measures:

EndDAte = IF(MAX('Table'[Start Date]) <= MIN(dimCalendar[Date]) && MAX('Table'[End Date]) >= MAX(dimCalendar[Date]), 1)

Adaptive = IF(MAX('Table'[Start Date]) <= MIN(dimCalendar[Date]) && MAX('Table'[Adapted End Date]) >= MAX(dimCalendar[Date]), 1)

 

Now created a matrix visualizaiton and place the measures on the values and formatted the conditional formatting.

 

Result below and in attach PBIX file.

MFelix_0-1625232962401.png

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





View solution in original post

4 REPLIES 4
Olifer
Frequent Visitor

Dear Miguel,

 

highly appreciated - thanks a lot! I will spend some time to try to get it up and running, and I will also check the input data once more. In case I still don't manage, I would be glad to come back to your kind offer.

 

Best regards

Olifer

Olifer
Frequent Visitor

Dear Miguel,

 

thanks a lot for this innovative and tricky solution! Since my real input data is unfortunately far more complex than the data I provided, I am still struggling in getting it set up correctly. I'll continue to work on it and see how far I come. 

 

Best regards

Olifer

Hi @Olifer ,

 

If you need you can send a private message with additional information about your model and I can try to assist you to get the solution implemented.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





MFelix
Super User
Super User

Hi @Olifer ,

 

You can search for a custom visualizaition of gant charts however since you have the need to have two dates not sure if you can find anything.

 

What I did was to create a calendar table and the added the following measures:

EndDAte = IF(MAX('Table'[Start Date]) <= MIN(dimCalendar[Date]) && MAX('Table'[End Date]) >= MAX(dimCalendar[Date]), 1)

Adaptive = IF(MAX('Table'[Start Date]) <= MIN(dimCalendar[Date]) && MAX('Table'[Adapted End Date]) >= MAX(dimCalendar[Date]), 1)

 

Now created a matrix visualizaiton and place the measures on the values and formatted the conditional formatting.

 

Result below and in attach PBIX file.

MFelix_0-1625232962401.png

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.