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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Paulyeo11
Impactful Individual
Impactful Individual

Do PBI allow developer to rename field name by load script ?

Hi All

Can some one share with me , am i allow to rename field name by below load script for  Column1 ?

 

let
Source = Csv.Document(File.Contents("C:\Users\pauly\Dropbox\QV_RAW_ISDN\AR_TS_10.txt"),null,{0, 9, 99, 119, 126, 161},ExtraValues.Ignore,1252),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}, {"Column2", type text}, {"Column3", type date}, {"Column4", Int64.Type}, {"Column5", type text}, {"Column6", type text}})
in
#"Changed Type"

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @Paulyeo11 ,

No. The name should be the same in the previous step.

You could only Rename column after applied steps to avoid  inconsistent names .

10.30.8.1.gif10.30.8.2.gif

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.

 

Best Regards,
Eyelyn Qin

View solution in original post

3 REPLIES 3
v-eqin-msft
Community Support
Community Support

Hi @Paulyeo11 ,

No. The name should be the same in the previous step.

You could only Rename column after applied steps to avoid  inconsistent names .

10.30.8.1.gif10.30.8.2.gif

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.

 

Best Regards,
Eyelyn Qin

Hi Sir

Thank you very much. What software you use to create the video ?

amitchandak
Super User
Super User

@Paulyeo11 , Only if the name has changed in source file. Otherwise you should not change it

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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