Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi, This is my sample sheet im using. Screenshot of example:
I'm struggling to have my matrix table simultaneously and dynamically show the top and bottom 20 stores and their top 5 customers (based off Sales). The format would be Stores and Customers as the first two rows and the Sales as the Value.
Basically if i select a date like Jan - March 2025, it would show the top and bottom 20 stores (40 rows) in the table and if i click on any of the sites, it would show their top 5 customers. (and the sales of the stores will be the overall store volume for that period - not exclusively the top 5 customer's sales)
Would really appreciate this help - i think i've gotten the top/bottom 20 sites locked down with my below measures but unsure how to get top 5 customers and not make the sales value for stores be only comprised of the top 5 customers sales, if that makes sense:
Total Volume = SUM(Table[Sales])
Rank by Volume =
RANKX(
ALLSELECTED(Table[Store]),
[Total Volume],
,
DESC,
Dense
)
Set TopBottom Flag to: is Top/Bottom 20 for visual filter
Solved! Go to Solution.
Hi @derekli1700 ,
Thank you @mh2587 for the helpful response!
Upon my undesranding,I tried to recreate it on my local,so that I followed below steps:
Please refer the screenshot and the attached file for your reference.
If this solution meets your requirements,consider accepting it as solution.
Thank you.
Regards,
Pallavi.
Hi @derekli1700 ,
Has the issue been resolved on your end? If so, please share your solution and mark it as "Accept as Solution." This will assist others in the community who are dealing with similar problems and help them find a solution more quickly.
Thank you.
Regards,
Pallavi.
Hi @derekli1700 ,
Thank you @mh2587 for the helpful response!
Upon my undesranding,I tried to recreate it on my local,so that I followed below steps:
Please refer the screenshot and the attached file for your reference.
If this solution meets your requirements,consider accepting it as solution.
Thank you.
Regards,
Pallavi.
check this video might help you
https://www.youtube.com/watch?v=ZAWEB6Kjn0Q
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
hey - i wrote in my original post just then how i dynamically filtered top and bottom 20 stores but unsure how to show the top 5 customers based off their sales. I dont think the video shows how to do the second row.
Here is my same sheet of where i'm up to with this step:
test.pbix