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 moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hello everyone, I'm requesting your help with the following problem.
I want a percentage slicer that allows me to filter a chart.
The goal is to display the customers who represent a certain percentage of the revenue.
For example, if I select 40% in my slicer, I will see the TOP N customers who represent 40% of my revenue. (sum of all customers).
I have created the following table for my slicer: TableSlicer (%) = GENERATESERIES(0,1,0.1)
I'm having trouble creating a measure that filters my Top N corresponding to this percentage. What should I do?
Thank you so much.
Have a sorted list of customers and their revenue, largest first. Run a cumulative sum through that list and cut off when you reach 40 %. All customers before reaching the threshold can return something (like their revenue), all others can return BLANK() so their rows would be suppressed during rendering.
Check DAXPatterns.com for Pareto patterns.
Check out the May 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 |
|---|---|
| 24 | |
| 24 | |
| 21 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 56 | |
| 53 | |
| 49 | |
| 26 | |
| 26 |