Forum Discussion
nn92
8 years agoFrequent Visitor
plot multiple lines with different data filters on one graph
Hi, I would like to plot multiple line on one graph, but I can't do it with simple "line chart". I have only one dataset, and what I want to do is to use lines to represent different filters....
alexei7
8 years agoContinued Contributor
Hi nn92,
You can do this. You will need to create different measures for each of the lines you want on your line chart.
The measures can each have their unique filters, and then you would use the filters that affect all of the measures as part of the page/report filters.
If you look at the CALCULATE function that will probably be the one you'll use to create the measures.
Hope that helps
Alex