Forum Discussion
Build dynamic TopN Filter on page with fieldparameter
- 9 months ago
Hi showy123
There must be different ways to solve this, but here is my solution:
-
Create a numeric parameter (
TopN). -
Create two measures (
TopN Filter Chart1andTopN Filter Chart2) — one for each chart — that return 1 if the column falls into topN. Use these measures as visual-level filters to show only 1.
I have attached a sample file with the measures I created for your reference.
-
Hi showy123
There must be different ways to solve this, but here is my solution:
-
Create a numeric parameter (
TopN). -
Create two measures (
TopN Filter Chart1andTopN Filter Chart2) — one for each chart — that return 1 if the column falls into topN. Use these measures as visual-level filters to show only 1.
I have attached a sample file with the measures I created for your reference.
- showy1239 months agoFrequent Visitor
Hi
works perfect, thank you a lot