Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
CASE WHEN NOT IsEmpty([Measures].[Average Progress days]) THEN
  ConstantColumnValue(CatchException(
    Median(VisibleRowsSet(), [Measures].[Average Progress days])
  ))
END

See also

  • Function ConstantValue()works similarly. It is usable if the calculation should be calculated only once per report.

  • Function Cache()