Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
gsalas
Helper II
Helper II

Direct Import ODBC connector does not return all rows

Hi Everyone!  I have encounted an extremely strange issue with the ODBC connector on the Direct Import funciton in Power Bi Desktop.  The ODBC connector is not returning all rows on a query.  When I run the SQL query below:

 

select date, caller_number, duration, numlookup_state, numlookup_zip, ipRegion, ipPostalCode from vanalyticsCBO where date > dateadd(mm,-4,getdate()) and ProgramId in (11227, 10869, 11697, 11378, 10343, 10345, 10308, 10310, 10309, 10311) 

 

I only get 4 rows on this particular "caller_number" value:

Only pulls in 4 rows.JPG

 

When I add "clickTime" to the query, I get all the values I should:

 

select date, caller_number, duration, numlookup_state, numlookup_zip, ipRegion, ipPostalCode from vanalyticsCBO where date > dateadd(mm,-4,getdate()) and ProgramId in (11227, 10869, 11697, 11378, 10343, 10345, 10308, 10310, 10309, 10311)

Pulls in all 6 rows.JPG

 

Is there some kind of row limit with Direct Import?

 

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

Hi @gsalas,

 

It is hard to reproduce your issue, can you share something detailed?

 

In addition you can also test with below methods:

1. Does this issue appears if you direct run these query on your database?
2. Has there any specific security settings on your datasource?
3. If you use other way to get data from the datasource with the same query, does this issue fixed?

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @gsalas,

 

It is hard to reproduce your issue, can you share something detailed?

 

In addition you can also test with below methods:

1. Does this issue appears if you direct run these query on your database?
2. Has there any specific security settings on your datasource?
3. If you use other way to get data from the datasource with the same query, does this issue fixed?

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

I can't directly access the source data.  It is likely on the DB side, so I will mark this one as resolved.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.