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.
If the table's two columns have unique number, then we can sort the list by another column. But if they are not unique, then how do sort one list of content from column A based on value of coumn B?
Example:
-------------------------
Name | Quantiry
-------------------------
XXXX | 5
YYYY | 50
XXXX | 17
ZZZZ | 8
AAAA | 5
ZZZZ | 88
-------------------------
Now, I know that, the list contains names of
"AAAA": total is: 5
"XXXX": total is: 22
"YYYY": total is: 50
"ZZZZ": total is: 96
So, I put the names in a single-seclection list, and I would like to sort this list based on the total (sum(Quantiry)), like below:
"ZZZZ"
"YYYY"
"XXXX"
"AAAA"
Is there a easy way to do this?
//I think I can create a new tables which just save the sum'ed names/quantity then use slice to display/sort it.
Is there a way, just like a "Stacked Bar Chart", I put the sum of Quantity to the Tooltip field, then from the chart right-top corner "..." , select "Sort By" this Tooltip field?
@simonxiaoss , You can sort you visual on sum(Table[Quantity])
For tooltip
or create a report tooltip, there you create a table with name and sum(Table[Quantity]) and sort that on sum(Table[Quantity])
>> "You can visually sort in sum (Table [Quantity])"
How to sort this in a "single selection slicer list"?
By the way, Can someone hekp me understand why all of my messages are showing with Spanish? And my post are put into "Translated Spanish Desktop"?
Anyone to help please?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
64 | |
50 | |
36 | |
26 |
User | Count |
---|---|
85 | |
55 | |
45 | |
44 | |
36 |