Sorts a set and returns the specified number of bottommost elements whose cumulative total is at least a specified percentage.
BottomPercent(«Set», «Percentage», «Numeric Expression»)
This function sorts a set specified in «Set» and returns the specified number of bottommost elements whose cumulative total of «Numeric Expression» is at least «Percentage». «Percentage» is a numeric expression.
Important The BottomPercent function, as with the TopPercent function, always breaks the hierarchy.
BottomPercent(Products.[Product Description].Members, 25, Sales)