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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
gsalas
Advocate II
Advocate 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
Anonymous
Not applicable

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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.