I have a table which consists of the following:
Date | Region |Revenue Type| Revenue Amount |
There are 20 Revenue Types (A,B,C....Goal), with the last type being a goal for A, B, and C.
I'd like to be able to graph the sum of A, B, C against the Goal. The Goal would be on a Dual Axis.
Is there a way to create a calculated field for SUM(A,B,C) and contrast against the Goal in a single line graph?