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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Chandrashekar
Resolver III
Resolver III

Changing Source Data

Hello Team,

 

Can you advise how to change source data. For Ex: Sheet1 to Sheet2(Column names are same).

 

Regards,

Chandrashekar B

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Chandrashekar , Open Transform data-> Transform Data .

Right click on the table and open advance editor, you will see sheet name in code change that

 

How to Change Connection Details https://www.youtube.com/watch?v=59PUFuuCrbY

 

Change Connection from One source type to another Source Type and use existing steps: https://youtu.be/nwYJgG2hmd0

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Chandrashekar , Open Transform data-> Transform Data .

Right click on the table and open advance editor, you will see sheet name in code change that

 

How to Change Connection Details https://www.youtube.com/watch?v=59PUFuuCrbY

 

Change Connection from One source type to another Source Type and use existing steps: https://youtu.be/nwYJgG2hmd0

Thanks Amit.

 

Regards,

Chandrashekar B

@Chandrashekar , Usually Item is the sheet name. Refer code below

 

Source = Excel.Workbook(File.Contents("D:\Data\Sales Data Used in Video.xlsx"), null, true),
Sales_Sheet = Source{[Item="Sales",Kind="Sheet"]}[Data],

Hello,

 

Thanks Amit.

 

Regards,

Chandrashekar B

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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