Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi,
I created a Delta table using the underlying files of an external table. I want to specify a different path for the underlying files so they aren't stored in the same location as the external table's underlying files. Is there a way to set a new path for the Delta table while keeping the external table files separate?
Thank You
Solved! Go to Solution.
Hi @Chandana_V,
For the default lakehouse table level, it not allow you to create sub folders. I'd like to suggest you store these on the file level or change to use the lakehouse which enable the preview schema features.
Regards,
Xiaoxin Sheng
You can specify a different path for the underlying files of a Delta table
This way, the Delta table’s files will be separate from the external table’s files.
CREATE TABLE delta_table
USING DELTA
LOCATION 'path/to/new/delta/table';
You can specify a different path for the underlying files of a Delta table
This way, the Delta table’s files will be separate from the external table’s files.
CREATE TABLE delta_table
USING DELTA
LOCATION 'path/to/new/delta/table';
Hi @Chandana_V,
For the default lakehouse table level, it not allow you to create sub folders. I'd like to suggest you store these on the file level or change to use the lakehouse which enable the preview schema features.
Regards,
Xiaoxin Sheng
Hi, I have a lakehouse with schema preview features but I am getting path that already exists:
Please see the below image:
Can someone please assist on this?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
6 | |
4 | |
3 | |
3 | |
3 |