Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I am trying to create a top N filter based on parameter. The parameter i have created is called Rank selection but i am not able to find a way to filter my table based on the parameter.
Solved! Go to Solution.
Hi @DPJay,
Once you created a What If parameter, a measure returns selected value will be generated automatically.
Create an extra measure as below.
Measure = IF([RankMeasure]<=RankSelection[RankSelection Value],1,0)
Add above new created measure into visual level filter.
Best regards,
Yuliana Gu
Hi @DPJay,
Once you created a What If parameter, a measure returns selected value will be generated automatically.
Create an extra measure as below.
Measure = IF([RankMeasure]<=RankSelection[RankSelection Value],1,0)
Add above new created measure into visual level filter.
Best regards,
Yuliana Gu
hi
i am getting some issue implementing this
@v-yulgu-msft wrote:Hi @DPJay,
Once you created a What If parameter, a measure returns selected value will be generated automatically.
Create an extra measure as below.
Measure = IF([RankMeasure]<=RankSelection[RankSelection Value],1,0)Add above new created measure into visual level filter.
Best regards,
Yuliana Gu
Thanks Yuliana..It worked ![]()
Hi!
This youtube channel helped me a lot and this may be the video you are searching for: https://www.youtube.com/watch?v=SsZseKOgrWQ&index=10&list=PLDz00l_jz6zym_YP8ZW11o52niGfCP8pN
Hope it helps! 🙂
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |