Forum Discussion
Concatenate URL in Power Query
- 5 years ago
Anonymous , In case you are trying to create a new column
New column = "https://XXX.sharepoint.com/sites/XXX/Lists/LISTNAME/DispForm.aspx?" & [ID]
or
New column = Text.Combine({"https://XXX.sharepoint.com/sites/XXX/Lists/LISTNAME/DispForm.aspx?" ,[ID]})
Anonymous , In case you are trying to create a new column
New column = "https://XXX.sharepoint.com/sites/XXX/Lists/LISTNAME/DispForm.aspx?" & [ID]
or
New column = Text.Combine({"https://XXX.sharepoint.com/sites/XXX/Lists/LISTNAME/DispForm.aspx?" ,[ID]})
- Anonymous5 years agoNot applicable
Hi Amit getting the following error...see images
image 2
- Anonymous5 years agoNot applicable
Thanks Amit....
Can you shed some light on https://community.powerbi.com/t5/Desktop/TRICKY-Rolling-12-Months/m-p/1969830#M746142
- amitchandak5 years agoSuper User
Anonymous , Sure, I will have look.
- Anonymous5 years agoNot applicable
HI Amit..... is the question do able https://community.powerbi.com/t5/Desktop/TRICKY-Rolling-12-Months/m-p/1969830#M746142