Forum Discussion
Top N filter for measure
- 9 years ago
Hi pitucc,
You need add the TOPN to one of the other fields of your table based on that measure not to the measure itself. As you can see in the example below have a simple table with dates and sales in my date I have put the top 5 Total_Sales and it gives me the expected result on the sales it's only available what you describe.
This happens because the measure are used based in context so based on the context you have you only have one number for that certain context so the TOPN wihtout being related with another value don't make sense that's why you need to apply the TOPN to another column based on your measure and not on your measure itself.
Dont' mind the values they are formatted as % because of a test I was doing.
Regards,
MFelix
hi. did you get it to work in the web as well? How?
Thanks,
Albin
On the web service it works in the same way as in the desktop version.
So only need to go to the filter and select TOP N.
regards,
MFelix