I'm busy with a report to show maximum value for a group, however when I do a MAX function I only get the the same result as the current row and I require it to be the same/highest MAX value in all rows. I need to do this on the report itself as the data set is MDX.
As you can see below, I require the max column to be 67% on all the rows.
=Max(Fields!ColA.Value / Fields!ColB.Value)
? – StevenWhite