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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Add data column

Hi,

 

I have a data table that has been copied into Power BI.  I would like to add a data column (not from a forumula) that I just type the values in.  But I don't see anyway to do that.

 

When I click enter data it always wants to create a new table which is NOT what I want to do.  I just want to add a new column that I can type whatever data I want in.

 

Thanks,

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

As you said, it is not supported to add a column via typing any value you want.

 

To work around this requirement, you could

  1. insert an index column to source table in Query Editor mode.
  2. create a new table by clicking enter data, one column should list values like 1,2,3, etc, another column should display those values you want to add.
  3. create a one to one relationship between these two tables based on index column (1,2,3,etc).
  4. In source table, create a calculated column using formula like Column=Related(NewTable[Column2])

 

Alternativele, repeate above step1 and step2, then, create a new column in source table using formula like: Column=LOOKUPVALUE(NewTable[Column2],NewTable[Column1],SourceTable[Index])

 

Best regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
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-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

As you said, it is not supported to add a column via typing any value you want.

 

To work around this requirement, you could

  1. insert an index column to source table in Query Editor mode.
  2. create a new table by clicking enter data, one column should list values like 1,2,3, etc, another column should display those values you want to add.
  3. create a one to one relationship between these two tables based on index column (1,2,3,etc).
  4. In source table, create a calculated column using formula like Column=Related(NewTable[Column2])

 

Alternativele, repeate above step1 and step2, then, create a new column in source table using formula like: Column=LOOKUPVALUE(NewTable[Column2],NewTable[Column1],SourceTable[Index])

 

Best regards,
Yuliana Gu

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

Wow that is a HUGE flaw.  I hope they fix this soon.  Something so easy to do in excel should be possible here as well.

 

Thanks for the answer.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.