Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a table of sales by country. How can I show only the Nnth best selling country with set analysis (as shown in the example)?
Thanks and regards.
Try like:
Sum({<Country={"=Rank(Sum(Sales))=5"}>}Sales) // n is 5 here