url: siteurl + "/_api/web/lists/getbytitle('EmpInfo')/items?$select=EmpName,Team,Plattform,EmpId&$orderby=EmpId&$filter= Status eq 'Active'",
is throwing exception "The field 'EmpId' of type 'Calculated' cannot be used in the query sort expression."
Any work around for this.
I need to sort my data according to this calculated column EmpId.