junlincc opened a new issue #16817: URL: https://github.com/apache/superset/issues/16817
I would like to apply row limit to the rows in the pivot table, not the query that feeds the pivot table: If I want to build a pivot table that only shows the top 20 rows but has many columns, I don’t think that there is a way to do that right now. The limit rows feature is applied to the query that pulls the data before it is pivoted, so it really means that I am limiting the output to 20 values (when i choose one metric). This makes it difficult to build dashboards around features for the top N shows. **Describe the solution you'd like** I would like to have a control in Explore to limit table result to a certain number. Since this control is not affecting the query, it makes more sense to have customize tab(?) Does anyone else in the community find this feature userful? But what if metrics is applied on ROW? How do we decide top N row in what column? see video https://user-images.githubusercontent.com/67837651/134572722-9789b865-c362-4b32-a991-a1efb9199392.mov -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
