Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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.
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Fabric update to learn about new features.
User | Count |
---|---|
5 | |
5 | |
3 | |
3 | |
2 |