Forum Discussion
datapal04
3 years agoHelper I
Adding 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
3 years agoHelper I
Thank you! I'm curious if there is a mehod to display the name of the event when a user hovers over a marker?
rsbin
3 years agoCommunity Champion
Yes, you can use the Tooltip functionality.
Drag the field or fields you want to display into the Tooltip well.
Other option is to create a custom Tooltip Page. Search Youtube and you will get all the info you need and much better explanation than I can do here.
Regards,