Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have created a travel/timesheet app and they have to select the week they are travelling or doing a timesheet for
The week should be 31/01/2022 until 06/02/2022 but they are all out of sync and selecting from the middle of the week
I have used this formula
this must be wrong I am teaching myself powerapps so not sure what it should be. Can anyone help Thanks
This is DAX code, right? PowerApps uses a different language.
Are you concerned about the sort order ?
My advice would be to add this column further upstream, in Power Query or in your external calendar source. Then you can sort the column by the value column.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 5 | |
| 4 |