Forum Discussion

cjcj's avatar
cjcj
Helper I
4 years ago
Solved

Ranking on Measure

Hi, I am trying to create ranking based on a measure and gettting unexpected results when adding in additional columns on the date.

Table 1 shows up correctly using the following.  However, on Table 2, I am seeing unexpected results when adding 1 or more additional columns.  Note that "[MoM Change]" is a measure

 

MoM Rank = RANKX(

     allselected('Tbl_CustSales'[Customer Name]),

    [MoM Change]

    ,,DESC

)

 

 

 

would appreciate any thoughts.

3 Replies