Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Solved! Go to Solution.
Use the below shown concatenate to create a column also shown below.
NewColumn = CONCATENATE("https://microsoft.visualstudio.com/xxxxx/xxxx",Table2[Column2])
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Use the below shown concatenate to create a column also shown below.
NewColumn = CONCATENATE("https://microsoft.visualstudio.com/xxxxx/xxxx",Table2[Column2])
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Hi @affan
ABC is available in a column and i am supplying Text (Text does not available in any column)
thanks
Santosh
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.