Good morning everyone, I have a dataset in SAS Enterprise Guide which I have attached to this post. And the value that I want to see is E0, which has the following formula: E0 = OPEX / Total Maintenance Costs * 100% To calculate the E0 for the 1st Quarter of 2017, it would be like: E0(1st Quarter 2017) = SUM(OPEX(January,February,March) / SUM(Total Maintenance Costs(January,February,March) * 100% And the same rational would be applied to the Monthly and Yearly calculation. My problem is that people might want to see the value of E0 on Visual Analytics by those 3 different groups (Monthly, Yearly, Quarterly). My first thought was to make all of the calculations on Enterprise Guide but that would lead me to an additional column (this would be awkward because of the number of rows) or table for each group. My second thought was to make the calculations on Visual Analytics, since I can just create an aggregated measure and group by whatever is selected (Month, Quarter or Year). Which is the best way? Which one, EG or VA, suffers more from the calculations? What is the best practice? Is there a better solution than the ones that I presented? Thank you very much!
... View more