Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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.
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 39 | |
| 35 | |
| 23 |