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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Concat Text + Colum power query

Hi all.

 

Need to create a new collumn with text + Collumn + text + Colum

 

Example:

Table

Column: Year      2014, 2015, 2016, 2017, 2018

Column: Order   12,13,14,15,16,17...

 

New Column with "http:mywebsite.com" + Table[Year] + "ord" + Table[Order]

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

Please create a custom column with this formula:

 

"http:mywebsite.com"&Text.From([Year])&"ord"&Text.From([Order])

Hope it helps otherwise let us know.

 

Ninter

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Details

 

Year and Ord is a Number 

 

ty

Hi @Anonymous,

 

Please create a custom column with this formula:

 

"http:mywebsite.com"&Text.From([Year])&"ord"&Text.From([Order])

Hope it helps otherwise let us know.

 

Ninter

Anonymous
Not applicable

in Power Query or Dax?

 

Ty

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.