Hi,
I use the CUBESET formula to rank data ("Query") descending by a certain measure ("PIO"), using this formula:
=CUBESET("ThisWorkbookDataModel","[Data].[Query].children","Name",2,"[Measures].[PIO]")
Now I know if I want to filter data for only one specific country, I can add it as so...