I have a tablet layout canvas app with a screen that contains a data table.
The table reads from an on-prem SQL view.
The items attribute is:
SortByColumns(Filter('[schema].[SQLview]',LocationKey = gvarLocation.LocationKey),"ActualCreatedDate",Descending,"ActualKey",Ascending,"RowOrder",Ascending)
When I play the app from within the editor (hold down Alt), the table presents correctly.
When I play the app from Chrome or Edge, outside the editor, the table shows data in only one of the columns - all the other columns are blank. The rows are there because I see a value for that one column for many rows.