Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Does anyone knows what can causes the scenario below, regarding a Cosmos DB (SQL API) data:
- Records retrieved from a query using Cosmos DB connector: 92982
- Records retrieved from a query using ODBC connector (with DocumentDB driver etc., referenced in this documentation: https://learn.microsoft.com/en-us/azure/cosmos-db/sql/odbc-driver😞 85752
In the last case, each time I refresh my data I get a different number of records.
I've already changed parameters related to timeouts in Odbc.Query function, changed the version of the API (https://learn.microsoft.com/en-us/rest/api/cosmos-db/) in the ODBC settings, changed the connection pool parameter in the ODBC settings and couldn't identify the reason why the connection using ODBC is returning less data than should.
Sometimes the number of records returned is the correct one. But it seems to be random, so not works to me, because I need to be sure that all data are retrieved.
Any suggestions about this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.