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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Sowjanya_09
Frequent Visitor

Hyperlink

Is there any other way to do this ?

I am working on the Help desk ticket report.

I need to create a Hyperlink for the ID column, that hyperlink  needs to be taken to the other website to show  about ticket ID details.  

Sowjanya_09_0-1654624822385.png

For that I try to create new column using COMBIN function. but its shwoing error like this

KACE Link = COMBIN({"https://helpdesk.ID=", HD_Ticket[ID],})
 
ERROR:Too few arguments were passed to the COMBIN function. The minimum argument count for the function is 2.

 

1 ACCEPTED SOLUTION
Syk
Resident Rockstar
Resident Rockstar

try this

link = CONCATENATE("https://helpdesk.ID=", 'HD_Ticket'[ID])

View solution in original post

2 REPLIES 2
Sowjanya_09
Frequent Visitor

Thank you That worked well.

And one more thing is it possible to link that hyperlink with an ID number.

What I mean is whenever I click on the particular Id number(44495) in the ID column it has to take me to that hyperlink page. 

Syk
Resident Rockstar
Resident Rockstar

try this

link = CONCATENATE("https://helpdesk.ID=", 'HD_Ticket'[ID])

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.