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

Join 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.

Reply
MWN1990
Regular Visitor

Stacked bar chart with date value

Dear Power BI community,

 

I am currently working on a graph that shows the status of various projects. The basic idea is the show the data on the x axis, and horizontal bars representing the timespan of the project on the y-axis.

 

Since it is not possible to use the date as a value, I had to use a workaround. The workaround consists of using a a stacked bar chart and converted date columns, using the days of the year instead of the date values. I added a vertical line representing 'today'. The stacked bars consist of a component that is the days of the year that the project hasn't started (component is in the color white so that it is not visible), another component that is progression in the project (measured as the percentage of progression * (end day-beginning day)), and a final component that is the amount of work that still has to be done ((end day-beginning day-progression in the project).

 

This results in the stacked bar chart depicted below:

 

Stacked_Bar_Chart.PNG

 

There are two problems with this approach.

 

1) One of the requirements is that I show the date on the x-axis. Now it shows the days of the year. Would it somehow be possible to convert the 'days of year' to a date value in the labels?

2) One of the requirements is that the bar should have conditional formatting; the light blue portion should be green of the current progress is satisfactory and red if the progress is not considered satisfactory (whether the progress is satisfactory is deteremined by a text value in another column).

 

I am afraid that I might need to use a different approach than using the stacked bar chart. Suggestions on how to create a graph that meets my requirements would be really welcome.

 

Thanks in advance for your help. 

 

Kind regards,

 

Martijn

5 REPLIES 5
Anonymous
Not applicable

I used a line chart with a date axis behind the stacked bar to achieve this. You have to make sure that the date axis of the line chart and the X-Axis of the bar chart are in sync. Both the axis are dynamic based on the filters applied on the charts and always in sync.

 

Untitled.png

 

Hi,

 

Came across this, trying to do something very like this, can you please share some of the steps that you used etc.

 

Thanks

Anonymous
Not applicable

Hello @Anonymous 

Could you please explain how you did the x axis so beautifully? And how are the two visuals synched? Would be really grateful.

Best regards,
Xeniia

Hi @MWN1990 

 

Have you got the solution which you were looking for? I am also having similar problem?

 

Thanks and Regards,

Nilesh 

v-yuta-msft
Community Support
Community Support

Hi MWN1990,

 

Based on your description, you can add days to 1/1 of that year. Firstly you should format your column like yyyy/01/01, then you can use function like dateadd(table[columns], days_number, day) to convert the days to a date value.

 

In addtion, to conditionally format the value in stacked bar chart, drag the column to Color saturation in Fields pane, then click Format pane-> Data colors, you can set minimun value and maximun value here:

1.PNG 

 

Regards,

Jimmy Tao

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.