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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a superstore sales dataset 2011-2015. I want to to rank Customers using a dynamic filter Top,5,20,30,100. by total volume bought.
this is the pbix
https://ln5.sync.com/dl/3c5d67f70/jbxxwhgw-5rd3agfb-p9jte22c-tewk8c7u
The matrix show customers in rows, sub categories in columns and the value is the quantity(named as volume) of each sub category divided by the total quantity the customer bought. The various measures used are in the file .
my tables
Measures used in the dashboard
If Top 5 is selected this is the expexted result .
I want to to rank Customers using a dynamic filter Top,5,20,30,100. by total volume bought.
You don't need ranking for that. A simple sort descending by volume bought already gives you the desired result.