Forum Discussion
Not all rows pulled from Dataverse
- 1 year ago
The solution was simpler! I just cleared all permissions from the datasource settings. Apparently something was cached, so I started fresh, and now I can see everything properly
Neither of these actions worked. I even created a new report using the Dataverse connector, connected only to the Accounts table, and still 815 record. My System user's account, as I show on the picture, can be seen 4225 Account in CRM, and netiher one of them are owned by me as I don't own records as a system admin. After loading the dataverse connector the advanced editor query still shows: let
Source = CommonDataService.Database("myorg.crm4.dynamics.com"),
dbo_account = Source{[Schema="dbo",Item="account"]}[Data]
And if try to use the query provided here:
let
Source = Dataverse.Database("myorg.crm4.dynamics.com"),
Account = Source{[Name="accounts"]}[Data]
in
Account
It gives me the following error message:
The import Dataverse.Database matches no exports. Did you miss a module reference?