Posts

Showing posts from February, 2025

How to load CSV, or parquet data into Fabric

Image
How to load CSV or parquet  file in Microsoft Fabric and create the table to view and work the data. This post is self explanatory :) First login into Micrsoft Fabric. Go to your workspace => Create new item => upload from file => Load CSV file or file => Load to table (Either create new table or update your existing table) Once table created, click on the table to view the data. You can create your custom SQL to fine tune the data. Let's try with parquet format data. Same process: Go to your workspace => Create new item => upload from file => Load parquet file or file.   Once the file is uploaded, click on three dots (...) and click on  Load to table   Simple click on the newly create table and view the data. Again, you have option to create your own sql or notebook to work on this data.