I am trying to split a ranking table into two, but the problem is when I split it, the ranking is messed up.
See the images below. This is the ranking table before split
So, with the above table, I wanted to split with the Profit column. So, when the profit is above 10,000 then group one, other wise group 2.
Next 2 images are after split.
As you can see the second split image starts with 1 instead of 10. How can I split it without messing up the ranking?
Duplicate the Rank of Profit calc and use that to filter.
Below, rank of profit = rank(sum([Profit]))