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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
kwpbi
Helper II
Helper II

How to manually enter data into a new column

Hi,

 

I have a table with 2 columns that come from a different table using the "ADDCOLUMNS" function.

I now want to add a third column and manually enter some whole numbers into it. Is this possible?

 

Thank you.

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

hi, @kwpbi 

You could to add the column in your 'ADDCOLUMNS' formula

ADDCOLUMNS(<table>, <name>, <expression>[, <name>, <expression>]…)

But couldn't enter it directly. 

and could also add the new column in the basic table then keep it to new table.

 

Best Regards,

Lin

 

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

View solution in original post

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi, @kwpbi 

You could to add the column in your 'ADDCOLUMNS' formula

ADDCOLUMNS(<table>, <name>, <expression>[, <name>, <expression>]…)

But couldn't enter it directly. 

and could also add the new column in the basic table then keep it to new table.

 

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@kwpbi Hey how big is your dataset? 

You can do the follows: 

Dataset is small - you can enter values manually (Even though it will try to find some patterns)

Or if there is a pattern this could be useful. Example, you have a first name and last name column, then you can start typing both names together to create a full name, PowerBI detects the pattern and creates a merge between the 2 columns to automatically get you the full name column.   

 

Column_1.png

 

Or you could create another able by entering data to a new column:

Column_2.png

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors