Forum Discussion
Top N by value
- 3 years ago
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.
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
- some_bih3 years agoCommunity Champion
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.