I have a question regarding using rank while ignoring filter selections.
I have 12 metrics on my app that all have different point values and these are added to create "total points" which is then being ranked by using rank([Total Points]) just referencing the column where all metrics are added together. If a user selects specific agents, I don't want the rank to change.
An example of two of the equations are below - the variables referenced are all fractile calcuations
No exactly clear how you are ranking things. but if you want to ignore selection for a particular filter e.g. Agent. add below set analysis in your expressions {<Agent=>} e.g. Sum({<Agent=>}Sales)