I am trying to create a DataFlow to retrieve information from the systemuser table. In Power Query the table will not load. I get: "Evaluation was cancelled"
There are less than 350 users in the table
let
Source = CommonDataService.Database("XXXXX.crm3.dynamics.com", [CreateNavigationProperties = null]),
Navigation = Source{[Schema = "dbo", Item = "systemuser"]}[Data]
in
Navigation