Create a filter that allows me to say 'Show the top N categories by value', e.g. 'Top 5 countries by sales'
266 Comments
- james_snape1New MemberCurrently the only way to successfully develop against large data sets is hide them behind views. The within the view you use TOP N to limit the rows during development for speed. By comparison, Tableau has a feature that allows you to select ALL, TOP N or SAMPLE N when building the columnstore which is very useful.
- jormtoNew MemberYou can do this already with RANKX () function. Atleast I have used this.
- yoshihiroNew Member"Top 10" is so easy rather than creating new Measure = IF ( HASONEVALUE( .. ), RANKX( ALL (...) , CALCUATE ( ... ) and Filter.
- fbcideas_migusrNew MemberWe should have an ability to filter dataset on the report to show only for example top 5 records. In our scenario where we want to show top 5 queries sorted by execution time, we are able to prepare a table visualization, which shows all queries and their execution time, but not finding an option to filter top 5 queries based on execution time.
- kirk_potterNew MemberSome calculated fields may help? See http://ayadshammout.com/2013/02/19/dax-rankx-function-scenarios/
- fbcideas_migusrNew MemberWe should have an ability to filter dataset on the report to show only for example top N records. In our scenario where we want to show top 5 queries sorted by execution time, we are able to prepare a table visualization, which shows all queries and their execution time, but not finding an option to filter top 5 queries based on execution time.
- kolar3New MemberDo you like bypass? If yes you gonna use RANKX. Top N is a stright feature for report users for which reports are created.
- PowerBuffaloFrequent VisitorSimilar to the Excel Top 10 Feature which only shows the top 100/10/5 items from a table in the visualization. https://www.youtube.com/watch?v=KkfH2pvI84s
- mkimseyNew MemberAgreed. Filtering by "TOP" with an "Order By" would be most helpful.
- tkaleNew MemberYes you can do this with Measure but would be nice if filter could just do it for you like in a Pivot Table in Excel.
Recent ideas
Admin switch needs to be enabled for Email Digest Notifications
Users can only switch their own Digest Notification off which is working fine, But at Power BI Admin level its not possible to turn the Message globally off for users. So need an feature where Admi...v-lavanyaks6 hours agoNew MemberNeeds Votes605Views37likes6CommentsMaking Fabric UI more data engineer friendly - After new updates to functionality
In the new Fabric UI view, every different web browser, and Web browsers tabs, now persists all your open artifacts and the workspace associated with this in the left hand menu. This maybe a good ...DemoFour8 hours agoContinued ContributorNew185Views8likes2CommentsAdd a Native Option to Distinguish "No Selection" from "Select All" in Slicers
Summary Today, Power BI slicers treat “Select All” and “No Selection” as equivalent filtering states. While this behavior is technically efficient, it is often unintuitive for report consumers. M...ealco-mc11 hours agoNew MemberNew7Views0likes0CommentsHybrid appearance: Dark mode UI with light/white Data (Table) view grid
Summary Power BI Desktop Dark mode applies to the entire application, including Table/Data view. Report themes can style visuals on the report canvas, but they do not change the Data view grid. Ther...Aryadne_Rocha15 hours agoNew MemberNew6Views0likes0Comments