Forum Discussion
showy123
9 months agoFrequent Visitor
Build dynamic TopN Filter on page with fieldparameter
Hi everyone, I am trying to build a dynamic TopN filter with field parameters. I cannot use field parameters in the filter bar under TopN filtering, so I would like to put it on the page and use...
- 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.
-
showy123
9 months agoFrequent Visitor
Hi Thanks for your reply,
what is the best way to share the ..pbix? I tried to drag and drop it inside here but .pbix is not supported.
showy123
9 months agoFrequent Visitor
https://drive.google.com/file/d/1U46jgS-hEZCt8UEzCT7d0uY41E8PWm8o/view?usp=drive_link
could you check if it works?