Forum Discussion
datapal04
Helper I
3 years agoAdding Markers to Chart
Hello, I have a bar chart that counts the number of cases our business unit receives. As an aside, we also have different Events (at any random day) which may influence the number of cases received....
- 3 years ago
My suggestion is to use the Combo Clustered Line Chart. This can be a 1 or 0 or actual Event Count.
Create a measure to Count your Events. Put this as your Line. Something like this.
Then you can change line stroke width to 0, and change the Marker per your requirement.
Hope this gives you an idea to work with.
Regards,
datapal04
Helper I
3 years agoHere you go. There 2 tables: cases by day and dates for Events.
| Date | Case Numbers | DayType |
| 2022-06-13 0:00 | 180 | Weekday |
| 2022-06-14 0:00 | 252 | Weekday |
| 2022-06-15 0:00 | 269 | Weekday |
| 2022-06-16 0:00 | 244 | Weekday |
| 2022-06-17 0:00 | 269 | Weekday |
| 2022-06-18 0:00 | 129 | Weekend |
| 2022-06-19 0:00 | 96 | Weekend |
| eventname | eventdate |
| Event 1 | 2022-06-14 |
| Event 2 | 2022-10-19 |