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 NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara5 hours agoNew MemberNew4Views0likes0CommentsSupport Synonyms in Fabric Warehouse
Microsoft SQL Server has a very powerful feature by the way of "synonyms." It allows users and DBAs to do all sorts of powerful magic such as rewiring objects under the hood (e.g. run the code agains...matthias-bi8 hours agoRegular VisitorNew1.3KViews18likes2CommentsExpose Refresh Warnings and Informational Messages via Notifications and API
When a Power BI semantic model refresh completes successfully, the status shows Completed, even when the refresh details contain warnings or informational messages that require attention. Please pro...Jashwanth_K10 hours agoMicrosoft EmployeeNew24Views6likes0CommentsInvoke Pipeline Task - Workspace Identity Authentication
Currently, the Fabric Data Factory Invoke Pipeline task uses the user's credentials who saved the pipeline to then authenticate to the Azure Data Factory to execute the ADF pipeline. When that user'...dzebrowitz15 hours agoAdvocate IPlanned1.8KViews61likes5CommentsFabric Pipeline should run as workspace identity
Currently, Microsoft Fabric pipelines run under the identity of the last user who modified them, which can cause disruptions when tenant administrators make changes to security policies, such as enab...pellitteris15 hours agoAdvocate IINew1.4KViews27likes3Comments