Forum Discussion
ThisIsHalloween
Helper I
2 years agoRanking Formula by Week Help Needed (pbix file link attached)
I am trying to have a conditional formatting to rank users by week in the "Welcome Center" location only and to ignore $0 or blanks. Red is the lowest amount of the week and green is the highest amou...
- 2 years ago
Conform = var a = CALCULATETABLE(VALUES(Employees[User ]),REMOVEFILTERS(Employees[User ])) var b = ADDCOLUMNS(a,"t",CALCULATE(sum('Data by Week'[Total]))) return if(max('Sorting Location'[Sorting Location])="Welcome Center",divide(sum('Data by Week'[Total])-minx(b,[t]),maxx(b,[t])-minx(b,[t])))
lbendlin
Super User
2 years agolink requires login - please check.
ThisIsHalloween
Helper I
2 years agoThat's so weird since I tested in In Cognito and it works on my end. Let's try google drive: https://drive.google.com/file/d/1OIUk8ygcjB306IFblEtlCock4ZKx6qfw/view?usp=sharing . Let me know if that works.