Hi
I want to show top 5 downloaded for each month but when I do filter top 5 by count distinct, I shows top 5 in total time period which is top 5 downloads from Jan 2023 to Oct 2023.
So for example in the picture each month should have 5 top 5s. Jan has ABCDE Feb ABCFG something like this.
@qsqqs In addition to filtering Top N, you also need to group on the field based on which you need the Top N as shown in the screen shot here( ORDER DATE). Here is the documentation for your reference: