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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

URL Concatenate

Hi, i am trying to add a url to a table. I am using the follosing code (xxx is redacted)

 

however, this just returns 'TABLE1'[Id]. The first element of the above code is highlighted in red and not returned. No errors highlighted. 
Any ideas?
1 ACCEPTED SOLUTION
Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous ,

my url = CONCATENATE("https://XXX.sharepoint.com/sites/XXX/Lists/LISTNAME/DispForm.aspx?ID= ",MAX('Table'[Column1]))

Don't use Sharepoint, but I did this as a measure, using the two parts separated by a comma and had this for a result in a card. If you put it in a column, you will probably be able to remove the MAX.


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel

url.PNG

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous ,

my url = CONCATENATE("https://XXX.sharepoint.com/sites/XXX/Lists/LISTNAME/DispForm.aspx?ID= ",MAX('Table'[Column1]))

Don't use Sharepoint, but I did this as a measure, using the two parts separated by a comma and had this for a result in a card. If you put it in a column, you will probably be able to remove the MAX.


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel

url.PNG

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors