Home > OLAP Calculation Templates > Rank
![]() Previous |
![]() Next |
Orders the members of a dimension based on the values of the selected measure.
You can choose a method for handling identical values:
Rank: Assigns the same minimum rank to identical values. For example, it may return 1, 2, 3, 3, 5 for a series of five dimension members.
Dense Rank: Assigns the same rank to identical values, so there may be fewer ranks than there are members. For example, it may return 1, 2, 3, 3, 4 for a series of five dimension members.
Average Rank: Assigns the same average rank to identical values. For example, it may return 1, 2, 3.5, 3.5, 5 for a series of five dimension members.