This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I successfully created a dynamic Top N model in Power BI using the following data
| Salesperson | Units Sold | Region |
| Jim | 20 | West |
| Kelly | 18 | West |
| Roger | 17 | East |
| Pam | 15 | East |
| Sally | 12 | West |
| Tom | 9 | East |
| Mike | 8 | West |
| Joe | 7 | East |
| Steve | 5 | West |
| Lauren | 3 | East |
| Top N |
| 3 |
| 5 |
| 8 |
| 10 |
2.) Created a measure called Selected N=
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
Hi,
Please check the below picture and the attached pbix file.
THis is perfect. Similarly how would i write a measure to get the Total Units sold by Salespeople in the west based on the top N selection.
So if 3 was selected the total units sold in the west would be 38 but if 5 was selected it would change to 50, etc.
Hi,
thank you for your message, and please check the attached pbix file.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |