Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all!
I have a simple problem that I can't find a way to solve and I haven't found anything related online. I have sorted data imported using DirectQuery mode and I need to create a index column, yet I can't use the add index column functionality as it only works on import mode.
Any way to add an index column in PowerQuery or do I need to add it on the source?
Best regards.
Hello @amitchandak,
Thanks for the reply. Will try using rank and last case I will go to the source.
When you say row number in a database query are you refering to importing the data using a SQL statment that adds the index?
@Anonymous , for a few databases you can write a query in the direct query mode too, In that case, you can use some functions like row_number etc
| User | Count |
|---|---|
| 55 | |
| 37 | |
| 26 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |