Hello everyone,
I would like to sort a list of data in ascending order before sending it to the excel file. I not sure what expression to use for this function:

Hello everyone,
I would like to sort a list of data in ascending order before sending it to the excel file. I not sure what expression to use for this function:
Hi @sophiatheresa74,
If you want to sort your objects by property name, use sort(array, 'property name'), do it between the action that get your data from Power BI and the one which will create the file.
ex:
Results:
If I have answered your question, please Accept the post as solution.
If you like my response, please Thumbs Up.