Forum Discussion
Anonymous
6 years agoNot applicable
RANKX
Hi, I'm using the following formula to perform a ranking: =RANKX(FILTER('DM FKT_POWERAPP_KPIBYGG_STRATEGIKART','DM FKT_POWERAPP_KPIBYGG_STRATEGIKART'[ORG.CONCAT] = EARLIER('DM FKT_POWERAPP_K...
- 6 years ago
Use the order parameter of RANKX to reverse the ranking order: https://docs.microsoft.com/en-us/dax/rankx-function-dax
Greg_Deckler
6 years agoCommunity Champion
Use the order parameter of RANKX to reverse the ranking order: https://docs.microsoft.com/en-us/dax/rankx-function-dax
Anonymous
6 years agoNot applicable
Great! Thank you Greg!