Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi -
I am stuck on this one.
I have a table visualization with six columns :
Location, Major Category, Minor Category, Sub Category, Product Name, Quantity Sold
I only want to show the highest 10 (top 10) quantity
This is not working - it displays all records (and there is 1000's of records).
Any thoughts ? thanks - Jerry
If possible try to use rank function inside the measure.
The dimension limit even if you set for each and every dimension, sometimes the overall combination won't give you only 10 rows.
Sum({<Product = {"=Rank(Sum(Sales)) <=10"}>}Sales)