Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Good Morning!
I am trying to create a table that shows the sales of Top N stores.
User selects N - via clicking on a value (e.g., 1, 3, 5, 10, ...) in a slicer / 1 col table i have created - SelectNumber[Select Number]
Below is my Dax - using SelectedValue does not work; if i give it a number like 3 or 4, it works. I also tried calculate Max - did not work either.
Please suggest.
Thanks!, Pavan
Hi @Anonymous ,
Would you mind sharing your sample data (with sensitive information removed) in a way that is not an image so that we can better help you?
How to provide sample data in the Power BI Forum
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous SELECTEDVALUE will not work if you choose more than one item in the slicer. You could use MAX('SelectNumber'[SelectNumber]) instead.
Thanks Greg.
User can only select 1 value. I tried Max as well. Did not work.
Pic attached below.
@Anonymous , you need only TOPN stores?
Top 10 by duration = calculate(Sum(Table[Value]),TOPN(10,allselected(table[Store]),[Total Duration],DESC), values(table[Store]))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Thanks Amit.
Table pic and slicer / user selection pic attached below.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |