Forum Discussion
PERFEGG
4 years agoFrequent Visitor
Bump chart without timeline how?
I am trying to recreate the above bumpchart but failed, manage to get the rank, category but only end up with 1 set of dots Need help how do i achieve a total 7 set point of line with the abov...
- 4 years ago
got it, use rank dax with this
Spending Rank = RANKX(ALL(Sheet1[Generation]),Sheet1[SUM of Percentage])
StinkyBO
4 years agoNew Member
got it, use rank dax with this
Spending Rank = RANKX(
ALL(Sheet1[Generation]),Sheet1[SUM of Percentage])