Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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, @JenniferWallace
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.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
11 | |
9 | |
6 |