The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.