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
Allow Downloading Power Query (M) Transformations Along with Power BI Reports from the Service
Category: Power BI Service / Data Connectivity Description: Hi Power BI Community Team, I would like to suggest a feature enhancement for Power BI Service that would be useful for Power BI develop...Manogna89198 hours agoRegular VisitorNew4Views0likes0CommentsAllow Admin Recovery of Orphaned Cloud Gateway Connections
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Problem When a cloud gateway connection has no active owner (for exampl...RohiniUppu9 hours agoMicrosoft EmployeeNew9Views0likes0CommentsAdd support for identity columns in Fabric warehouses.
Identity columns are a common method for generating surrogate keys in data warehousing scenarios implemented on SQL Server. By adding support for identity columns in Fabric, users could migrate the...dpurdy16 hours agoRegular VisitorCompleted4.4KViews131likes11CommentsFabric UX Idea: Clearly Identify the Source Workspace for Opened Fabric Artifacts
In many Fabric implementations, organizations have multiple projects and environments, for example: Sales Analytics – Development Sales Analytics – UAT Sales Analytics – Production Similarl...Murtaza_Ghafoor22 hours agoSuper UserNew9Views0likes0CommentsCopilot in Power BI should be canvas-aware and support screenshots / direct visual debugging.
Currently, Copilot in Power BI cannot: See the actual canvas / selected visual Accept screenshots or images to aid in troubleshooting Both of these make debugging visual-level issues painful and...dcohare22 hours agoHelper INew12Views1like0Comments