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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors