Hello,
first of all I want to thank all the people writing in this place. I have learned so much since I started with PowerApps one year ago.
There is one problem I have, I did not found a solution in the internet.
I have a simple Collection with 3 columns, in the example I use Company and Model, plus an added RowNumber column.
I would like to use a RowNumber starting with 1 for each Company.
| Company | Model | RowNumber ByCompany |
| Ford | F150 | 1 |
| Ford | Edge | 2 |
| Ford | Ranger | 3 |
| Ford | P100 | 4 |
| BMW | Z1 | 1 |
| BMW | 321 | 2 |
| Honda | Accord | 1 |
| Honda | Civic | 2 |
| Honda | S2000 | 3 |
It is no problem for me to add a RowNumber of all records (1, 2, 3, 4, 5, 6, 7, 8, 9) in the Collection.
But this rank by Company gives me headache for 2 days now.
Can someone please help me?
Thank you
Matt