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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I am trying to create a visual like this.
I am unable to rank transaction count and amount at the same time. When users input how many top N entries they want to see, the count and amount should be ranked dynamically
Here is the sample data. I want to create a topN slicer based on the total of transaction amount and Transaction Count. Based on the number of entries selected it should show me only those number of records.
Example if I Select Number of Entries as 1,
The visual should display C1 with count as 5 and 15100
Car ID | Car Park ID | transaction amount | Total of transaction amount | Transaction count |
C1 | C101 | 1000 | 15100 | 5 |
C1 | C102 | 1500 | ||
C1 | C103 | 2500 | ||
C1 | C104 | 2300 | ||
C1 | C105 | 7800 | ||
C2 | C201 | 453 | 703 | 2 |
C2 | C202 | 250 | ||
C3 | C203 | 100 | 550 | 3 |
C3 | C204 | 450 | ||
C3 | C205 | 2400 | ||
C4 | C110 | 11000 | 11000 | 1 |
C5 | C234 | 1000 | 1000 | 1 |
Input :
Output :
I am using the Top N Dynamic What if Parameter approach to rank and filter the entries.
But using this.. I am able to just filter on one attribute ..either transaction count or transaction amount.
Hi, @Pranali_R
Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures. I look forward to your response.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |