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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Need to divide multiple columns by 100 in Transform

Good Morning,

 

I have a spreadsheet that has many columns I need to divide by 100 after import so percents displays correctly.  Is there a way to do this in mass?

 

I wont let me use the Standard > Divide function when selecting multiple columns

 

I assume I can achieve this in Advanded Editor?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous 

Add the following step in your advance editor. 

 #"/100"  = Table.TransformColumns(NameOfPreviousStep, List.Transform({"Column1", "Column2", "Column3"}, each {_, (inner) => inner / 100, type number}))   

 

See the following example divides the 3 columns by 100. 

div100.JPG

 


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

@Anonymous 

Add the following step in your advance editor. 

 #"/100"  = Table.TransformColumns(NameOfPreviousStep, List.Transform({"Column1", "Column2", "Column3"}, each {_, (inner) => inner / 100, type number}))   

 

See the following example divides the 3 columns by 100. 

div100.JPG

 


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

This is what I was looking for. Thank you.

amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format?

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I am getting a post flooding error- I will try again a few

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors