Forum Discussion
Syndicate_Admin
Administrator
3 years agoGraph total line in lines + bars
Hello Community:
I'm trying to make a budget chart for tracking expenses, and I need to put a reference line on the Y axis, so that it's the total value of another variable.
Thank you very much, I was able to make the adjustment with what you indicated.
2 Replies
- amitchandak
Super User
Syndicate_Admin , Create a measure like
calculare([Your measure], allselected())
and use that in line
- Syndicate_Admin
Administrator
Thank you very much, I was able to make the adjustment with what you indicated.