Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
How do you concatenate URLs that list object IDs and types in the string?
For example (test sample URL)
https://safe&secure.com/safeharbor/objectFiles.php?object_id=3227922&object_type=customer
I used the following to try to concatenate this URL and it didn't link to the website:
Solved! Go to Solution.
That's more of a question for your data source / URL target. Maybe they require the type to always be specified.
NOTE: Instead of CONCATENATE() you can use & .
Files = "https://safe&secure.com/safeharbor/objectFiles.php?object_id=" & [CustomerID_txt]
That's more of a question for your data source / URL target. Maybe they require the type to always be specified.
NOTE: Instead of CONCATENATE() you can use & .
Files = "https://safe&secure.com/safeharbor/objectFiles.php?object_id=" & [CustomerID_txt]
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.