Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First 100 Rows Only #500

Closed
Stewwe1 opened this issue Apr 7, 2022 · 7 comments
Closed

First 100 Rows Only #500

Stewwe1 opened this issue Apr 7, 2022 · 7 comments
Assignees
Labels
issue: bug Confirmed as a bug in TE3

Comments

@Stewwe1
Copy link

Stewwe1 commented Apr 7, 2022

Hello Daniel,

I have a quick question:

I can only see the first 100 rows with the preview data function. This was never the case before. Can I set somewhere that I can see all rows again? :-)

Thank you for your help

Stewwe

@Stewwe1
Copy link
Author

Stewwe1 commented Apr 7, 2022

I found it. There is a setting that sets the 100 row limit for directquery data. But my tables are (almost) all in import mode. If I change the setting there, I can at least see 10,000 records, but I would still like to see all records from import mode tables.

Thanks for the help

@otykier
Copy link
Collaborator

otykier commented Apr 7, 2022

Are you using 3.2.3 and does the Table Preview only show the first 100 rows even for imported tables? If so, that might be a regression. We’ll look into it.

@otykier
Copy link
Collaborator

otykier commented Apr 7, 2022

So I wasn't able to reproduce this issue. Could you show the types of partitions used on the table where you were only able to view the first 100 records? Thanks!

@Stewwe1
Copy link
Author

Stewwe1 commented Apr 8, 2022

Hello Daniel,
I have one more hint:

We converted a table to a hybrid table about a week ago. Maybe that is the reason? The limitation to max. 10000 rows definitely affects all of our more than 50 tables in imported mode. Thanks

PS: We´re using 3.2.3

@otykier
Copy link
Collaborator

otykier commented Apr 11, 2022

Yes, indeed it seems like hybrid tables are the culprit, however I would expect the issue to only occur on tables that have a DQ partition (so pure DQ tables + hybrid tables would be affected). Could you confirm if the issue also occurs on tables that are pure import (i.e. no DQ partition)? Thanks!

@otykier otykier added the issue: bug Confirmed as a bug in TE3 label Apr 11, 2022
@Stewwe1
Copy link
Author

Stewwe1 commented Apr 12, 2022

On all of my tables without exception :-\

@otykier
Copy link
Collaborator

otykier commented May 22, 2023

Hi @Stewwe1
This has been fixed in our latest release. Please note that we're still only able to show the first 100 rows on tables that are hybrid (i.e. have a DirectQuery partition). However, tables that are pure import are now fully viewable.

@otykier otykier closed this as completed May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Confirmed as a bug in TE3
Development

No branches or pull requests

3 participants