Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello Power BI Community,
I'm currently working on a sales analysis project in Power BI and I'm looking to combine the top and bottom 10 stores by sales into a single chart for comparison purposes.
I've tried various approaches, including using filters and measures, but haven't been able to achieve the desired result. Can anyone provide guidance on how to effectively combine the top and bottom 10 stores by sales into a single chart in Power BI Desktop?
Any insights, techniques, or Power BI features that can help accomplish this task would be greatly appreciated.
Thank you for your assistance!
Best regards,
Manoj Prabhakar
Solved! Go to Solution.
@manoj_0911 , Add Top and bottom measure together
Top Bottom 10 stores = CALCULATE([Measure],TOPN(10,all(Table[Store]),[Measure],DESC),VALUES(Table[Store])) + CALCULATE([Measure],TOPN(10,all(Table[Store]),[Measure],asc),VALUES(Table[Store]))
Dynamic TOPN using TOPN/Window and Numeric parameter: https://youtu.be/vm2mdEioQPQ
@manoj_0911 , Add Top and bottom measure together
Top Bottom 10 stores = CALCULATE([Measure],TOPN(10,all(Table[Store]),[Measure],DESC),VALUES(Table[Store])) + CALCULATE([Measure],TOPN(10,all(Table[Store]),[Measure],asc),VALUES(Table[Store]))
Dynamic TOPN using TOPN/Window and Numeric parameter: https://youtu.be/vm2mdEioQPQ
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
75 | |
63 | |
51 | |
48 |
User | Count |
---|---|
211 | |
86 | |
64 | |
59 | |
56 |