I need to create a KPI where the Goal Expression is the average of the value expression for the entire cube.
Therefore I can use the KPI to tell me if the Value is above or below the average and by how much.
At the moment all I seem to be able to see are hard-coded numbers or lookups for the goal and not one that is created at the time for all values.
would it be something like:
AVG([Measures].[Sales])
All I seem to get is the average for the level that I am currently at...