Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi all
i have data like below table
Type | Value | percentage |
A | A1 | 100 |
A | A2 | 80 |
A | A3 | 90 |
A | A3 | 70 |
B | B1 | 10 |
B | B2 | 40 |
B | B3 | 30 |
B | B4 | 50 |
i want to add a rank column by using percentage, based on the type
i need this logic in M query, How can I achieve?
Type | Value | percentage | Percentage Descending Order based on Type |
A | A1 | 100 | 1 |
A | A2 | 80 | 3 |
A | A3 | 90 | 2 |
A | A3 | 70 | 4 |
B | B1 | 10 | 4 |
B | B2 | 40 | 2 |
B | B3 | 30 | 3 |
B | B4 | 50 | 1 |
Solved! Go to Solution.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
124 | |
114 | |
73 | |
65 | |
46 |