Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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?
Solved! Go to Solution.
@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.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
@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.
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.
I am getting a post flooding error- I will try again a few
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |