Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
I have a table that looks like the following:
Team Total Points Bonus modifier
A | 20 | 0.5 |
B | 30 | 0.8 |
C | 40 | 0.2 |
D | 10 | 0.45 |
E | 20 | 0.75 |
I want add a column that ranks the teams using the values from the Total Points and Bonus modifier fields. How can I do this in Dataflows?
Solved! Go to Solution.
You can use the Rank column feature inside of Dataflows and also define what rank method you'd like to use.
You can use the Rank column feature inside of Dataflows and also define what rank method you'd like to use.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
4 | |
3 | |
2 | |
1 | |
1 |