Forum Discussion
CoreyLearnsBI
3 years agoFrequent Visitor
Adding More Than One Custom Column
How do I get my query to show all 4 custom columns I've created? It's only showing 1 of the 4 custom columns, despite having 4 separate steps to add 4 custom columns. Here is an example of 1 of t...
Anonymous
2 years agoNot applicable
Did you make sure to alter the first argument in your Table.AddColumn argument?
If you copy&pasted it, you might have not done that.
More specifically, if the first argument is #"Changed Type" for every step, PowerBI will only be able to perform the first step. For any subsequent step, PowerBI will look for a table called Changed Type to manipulate, but your first step changed the table name to whatever name you put in front of the equation sign.