Skip to main content

I want to show a graph with 5 Top Vendors according to the value (which is the sum of complex calculation values with few cases embedded). I am good with using First K Rows. However I do not want to show "Others" as it destroys the view, as "Others" has much bigger values than individual Top 5.

 

Is there any way to actually show Top 5 without others?

Will be grateful for any answers

 

Best regards,

Krzysztof

Why are you filtering on First K Rows and not Limit and them Maximum elements shown = 5

 


Mostly because I am still considering OLAP Table and do not want to enable sorting to users. However in the chart I will not have this problem. I guess the Limit is actually the best solution here. Thank you for your answer!


Reply