MDX TOPSUM Function

The MDX TopSum function will sort the given data in the descending order. Then selects the required number of records from the sorted data whose total is at least equal to the specified value. MDX TopSum Function Syntax The basic syntax of the MDX TopSum in Multidimensional Expression is as shown below: TOPSUM (Set_Expression, Value, … Read more