March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi everyone,
I have a table with four columns (supplier, quantity, revenue, cost).
With this table i created a visual that uses a switch to show quantity/revenue/cost by supplier.
Since the number of suppliers is huge i would like to filter the top 15 suppliers based on the field i selected in the switch (if i select quantity i would like to have the top 15 suppliers based on quantity)
Currently what i do is: In the "Supplier" filter in the "Filters on this visual" section i select TopN and then I need to put a "By value".
I can't make all this work.
Any suggestions?
thanks in advance!!!
nico
Solved! Go to Solution.
Hi @nicoenz if you have a lot of rows, I suggest you to create separate table to get lower number of rows so this newly created table is source for your visual.
In addition, TOPN is specific function "TOPN does not guarantee any sort order for the results." this could be the reason for your result and motivation to creat shorter table.
Proud to be a Super User!
this is what i have"
The visual: each column is a region, each colour is a supplier
The switcher with which i select to change the report in the visual (quantity or value). This selects which column to sum
This is the filter. When i put the measure switcher I get the "First of..." (which shouln'd be)
and if I apply the filter it doesn't do anything to the chart
Hi @nicoenz if you have a lot of rows, I suggest you to create separate table to get lower number of rows so this newly created table is source for your visual.
In addition, TOPN is specific function "TOPN does not guarantee any sort order for the results." this could be the reason for your result and motivation to creat shorter table.
Proud to be a Super User!
hi @some_bih ,
in the visual i only sum all the values. I don't use any topn expression. I was just summing all the values in the column and using the filter in the Filters pane
Hi @nicoenz create dedicated calculated table based on your TOPN expression. This way you will limit number of rows to evaluate for visuals.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
127 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |