This works but immediately flags delegation issues. Why is this? The Microsoft documentation states that Sort is delegable with Dataverse as long as only the name of a single column is used and without other operators or functions
A Dataverse Lookup column uses dot.notation to access the related data in another table. Dot.notation is essentially an operator and that is the reason the blue delegation warning appears on screen
A possible workaround would appear to be to transform the dot.notated data into regular text so that it doesn’t use an operator. This can be done using the AddColumns function