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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Arnab0111
Helper I
Helper I

Save data in fabric datawarehouse custom schema table

I have a warehouse, under which I created a schema named hr. In dataflow I want to save the result in warehouse as a table under the hr schema but unable to see the option , instead it is getting saved as table under the same warehouse in the default schema of dbo. 

5 REPLIES 5
puneetvijwani
Resolver IV
Resolver IV

@Arnab0111  Do you see them also in Query view ?? you can choose to remove this columns in transformation as you do not need them in destination table

epunvij_0-1693295945872.png

 

puneetvijwani
Resolver IV
Resolver IV

@Arnab0111  For that Would it be possible for you to share some additional details on how you've configured your dataflows and established table relationships? 

20230829_110011.jpg

The above is the relationships created among 4 tables in warehouse.

20230829_110239.jpg

20230829_110159.jpg

In the above snapshots from dataflow , we can see that there are some extra columns in the table , and the default mapping is none from the dataflow to warehouse, due to which the refresh fails . The snapshot is for 1 table but the extra columns are present for all 4 tables.

puneetvijwani
Resolver IV
Resolver IV

@Arnab0111 I have tried the same and confrim that i am facing the same problem 
i even tried saving Like schema.table name ..did not worked instead it saved the table in dbo as schema.table name
It sound like a bug so you should definately create a support ticket on this .
Workaround:
However for a workaround what i have done is I have taken that scehma.table which was created under dbo scema query it and Save it as The target table under my Custom schema Just to create a table for first time with my desired scehma 
1.

epunvij_0-1693080565122.png

2. Save the table under Custom Schema

epunvij_1-1693080620958.png

 

3. Next:::  I confirmed that  my target table is created under Custom Schema (nycgreen) for me its nycgreen.table2
               This is my desired target table 

epunvij_2-1693080731731.png


4. In my dataflow gen2 i changed the target destination by choosing Existing table option and redirected my data to my target table under Custom Schema 

 

epunvij_3-1693080868368.png

PS: If my response helped, kindly select it as the solution. Your kudos are greatly appreciated!

 









I have done as mentioned above it is working fine for the initial run , but when I am creating relationships among the 4 tables , after this the dataflow refresh is failing as the table is adding the respective relationships as columns which cannot be mapped

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.