Forum Discussion
bvy
5 years agoHelper V
Vertical Event Lines on a Trend Graph (Line Chart)
We are using a line chart to show trends over time -- dates along the X axis, metrics along Y. Pretty straightforward. We have a request to show vertical lines on specific dates (on the X axis) to re...
DataZoe
5 years agoMicrosoft Employee
bvy You can do this with a combo chart:
I added a table called Events with the date and description, then did a Events = DISTINCTCOUNT(Events[Event]) for a measure. I used that for bars.
liosc
4 years agoNew Member
Thanks.
With "combo chart" do you mean "Line and stacked column chart"?