Forum Discussion
bvy
Helper V
5 years agoVertical 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
Microsoft Employee
5 years agobvy 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.
Anonymous
5 years agoNot applicable
Hi bvy is it possible to create a line chart with 3 vertical event lines, and user can move those event lines through a date slider ?