Forum Discussion

qwaszx55's avatar
qwaszx55
Frequent Visitor
8 years ago

Putting 2 values based on dates in 2 columns on the same graph.

We have a simple table like so:

 

Item, Start Date, End Date, Monthly_Total

 

It is easy enough to show growth by graphing monthly total by start date.

 

And its easy enough to show cancels by graphing monthly total by end date.

 

I want them both on the same graph though. What would be the ideal way to change the data structure to allow this? (In direct query mode)

 

I had thought about making a new table with just:

 

Month, Growth, Cancels  and just graphing that but In direct query mode I can't add additional tables.