I am using Reporting Services 2016. I have 6 charts that I need to only show the top 10 results. Currently, if the report only returns a value for 9 of the category groups, the report shows all of the category groups (values on x-axis), instead of the top 10. (see image below)
I understand why this is happening but am looking for a work around, or if this is going to be correct in a future release.
Also, if I try to use an expression to create a calculated field to flag which results to show if there are less than 10 that have a value. I get an error returned saying that aggregates cannot be used in filters.