Forum Discussion
E_Buck2010
Jun 02, 2023Copper Contributor
How do I display duration data in a Stacked Bar Chart using dates?
I want to display the duration of my projects in a chart using the dates (quarters). I tried using the date data but the chart does not display the way I want. I was able to display the data using...
- Jun 02, 2023
Use the start date as first series, but make its bars transparent. Simplified example:
Workbook attached
HansVogelaar
Jun 02, 2023MVP
Use the start date as first series, but make its bars transparent. Simplified example:
Workbook attached
- jlackmanFeb 13, 2025Copper Contributor
slick solution!
- E_Buck2010Jun 08, 2023Copper Contributor
HansVogelaar Thank you! That worked.