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
AishwariyaV
Helper IV
Helper IV

loading only the needed tables from SQL Server

Hi all,

Is there any way to make restrictions, so that I will be able to load ONLY the tables that is required, from the data source.

 

5 REPLIES 5
cnweke
Resolver II
Resolver II

I don't really understand your question. 

When you connect to your data source you manually select which tables you need. 

The problem is, the dataset which I have has more than 10000 tables.

When Previewing, it is showing only 10000 tables.

With tables you mean records right? And that's normal, preview only shows a subset of your data. Once you load it, it should contain however many records you have.

Yeah, records. When I import dataset from SQL Server, the navigator shows only 10000 records. But i have more than that. 

Once you physically import them, it'll be more than that figure. Try it. 

Preview does literally what it says... give you a preview.

 

In SQL terms it just does:

 

Select top 100000 (*) from YourTable

 

Importing it does:

 

Select * from YourTable

 

EDIT: If you're LITERALLY talking about having 100000 tables (and not records) then just import with a SQL statement instead of using the navigator.

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.