How do I create a simple side by side bar chart showing comparable results from two data sets, one bar for example will show YR and the next bar Yr2?
I created a workflow for each data set, should I join workflow Y1 and Yr1 then create a side by side bar chart?
Expenses
Company Yr1 Yr2
XCo 100 100
BCo 200 400
Zco 400 400
Total expenses 700 900
Solved! Go to Solution.
Yes, you should join the two sets. It looks like you already did this in your example. In order to build a chart, you need to put the numbers on one of the axes so we need a way to identify them. We also need an identified for the year values..
In the attached workflow I transposed the table and called the numbers "Value" and the year values "Year". Then I set up the chart with Company on the x axis split by Year and Value on the y axis.
Thank you very much for your help, it worked! I was as not transposing the table.