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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
jaryszek
Power Participant
Power Participant

Looking for a free tool to import tables from DirectLike over OneLake model?

Hello,

I know that Tabular Editor 3 (paid one) has option to import new tables into existing semantic model based on OneLake. 

But maybe there are free tools to achive the same?

Best,
Jacek

3 REPLIES 3
v-lgarikapat
Community Support
Community Support

Hi @jaryszek ,

Thanks for reaching out to the Microsoft fabric community forum.

 

Fabric Dataflow Gen2

  • A free, visual ETL tool within Microsoft Fabric.
  • Allows you to transform and load data into OneLake, which can then be surfaced in semantic models.
  • Ideal for business users and data engineers.

T-SQL COPY INTO

  • If you're comfortable with SQL, you can use the COPY INTO command to load data directly into OneLake.
  • This method is free and works well for structured data ingestion.

 

If you have any further questions or need assistance, please feel free to let us know.

 

We appreciate your engagement and thank you for being an active part of the community.

Best Regards,

Lakshmi

 

 

 

Thank you, 

"

  • If you're comfortable with SQL, you can use the COPY INTO command to load data directly into OneLake."

    What tool can I use fot that? 

Hi @jaryszek ,

 

Use the COPY INTO command to load data into OneLake, you have several flexible options depending on your workflow. You can run T-SQL directly using the SQL Query Editor in Microsoft Fabric, which is ideal for Lakehouse or Warehouse ingestion. Alternatively, tools like Azure Data Studio or SQL Server Management Studio (SSMS) can connect to your Fabric Warehouse especially if TDS endpoints are enabled allowing you to execute COPY INTO seamlessly. For notebook-driven workflows, Microsoft Fabric Notebooks support SQL cells where you can embed the command as part of a broader data pipeline. And while Power BI Dataflows Gen2 isn't a direct SQL interface, it complements structured data ingestion into OneLake by integrating well with Lakehouse destinations.

 

OneLake as a Source for COPY INTO and OPENROWSET (Preview) | Microsoft Fabric Blog | Microsoft Fabri...

 

We appreciate your engagement and thank you for being an active part of the community.

Best Regards,

Lakshmi.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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