Forum Discussion
Modeling: Add new column in table with same value for all rows
Hello,
New to PowerBI and doing a lot of training right now.
I hope an easy question: how to add a new column in table with same value for all rows.
To add a column is known, but how to set a new single value for all rows with one command?
Thank you!
Solved, found the answer...
6 Replies
- RonaldSRegular Visitor
Solved, found the answer...
- AnonymousNot applicable
In the Query Editor, go to > Add Column > Custom Column >
In the custom column formula something like = "abc" will create a column of all "abc" values
- dd96Frequent Visitor
I would like to know if this works with incremental refresh or not.
lets assume that i am adding a custom column in my table and setting value = "abc" for example , all the cached rows will have a value 'abc' for a custom column but after every incremental refresh , will new rows have the same value ?
would be great if you can help.
Thank you
- dfechterNew Member
How do you read the solution? When I click on it it just takes me to the bottom of the page.