Hi @Martin, Heidi (SE GP T SP PS),
Thank you for posting in this community.
Please try use this JSON to format your column.
1.Column settings >Format this column >Advanced mode.
2.Please replace your href.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"children": [
{
"elmType": "span",
"txtContent": "We have add a"
},
{
"elmType": "span",
"children": [
{
"elmType": "a",
"txtContent": "vedio",
"style": {
"margin-left": "2px",
"margin-right": "2px"
},
"attributes": {
"target": "_blank",
"href": "https://XXXXXXXX"
}
}
]
},
{
"elmType": "span",
"txtContent": "showcasing our portfolio"
}
]
}
3.Here is my test result. Hyperlinks will open in a new window.

If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.