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
SantoshKumar
Microsoft Employee
Microsoft Employee

Add new Column with some text plus one column data

Hi,

i need to create a new column which should be a combination as below:

Column1 = https://microsoft.visualstudio.com/xxxx/xxx/xxx/1234567

Column1 = "Text"+ABC where ABC is an existing column with value as 1234567 and "text" is supplied value as above mentioned.

 

 

Please help on it.

 

Thanks

Santosh 

1 ACCEPTED SOLUTION

Hi @SantoshKumar

 

Use the below shown concatenate to create a column also shown below.

NewColumn = CONCATENATE("https://microsoft.visualstudio.com/xxxxx/xxxx",Table2[Column2])

 

Concatenate simple.gif

 

 

 

If this helped you, please mark this post as an accepted solution and like to give KUDOS .

 

Regards,

Affan

View solution in original post

4 REPLIES 4
affan
Solution Sage
Solution Sage

Hi @SantoshKumar

 

Are you also having the "Text" and ABC both available in separate columns?

Hi @SantoshKumar

 

Use the below shown concatenate to create a column also shown below.

NewColumn = CONCATENATE("https://microsoft.visualstudio.com/xxxxx/xxxx",Table2[Column2])

 

Concatenate simple.gif

 

 

 

If this helped you, please mark this post as an accepted solution and like to give KUDOS .

 

Regards,

Affan

Hi @affan

 

Thank you very much.

 

Santosh

Hi @affan

ABC is available in a column and i am supplying Text (Text does not available in any column)

 

thanks

Santosh

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors