MDX BottomSum Function

The MDX BottomSum function will sort the given data in the Ascending order. And then, MDX bottomsum selects the required number of records from the sorted data whose total is at least equal to the specified value. MDX BottomSum Function Syntax The basic syntax of the BottomSum in Multidimensional Expression is BOTTOMSUM (Set_Expression, Value, Numeric_Expression) … Read more