March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi ,
Need urgent help!
I have a table in excel as below, where the id's have hyperlink associated to it.
ID |
1111 |
1222 |
I want to import this column in power bi, with the links, so that when i insert this column in table visual, i get the id's with link in it and on clicking the link should open.
Is there any way to do it.
Solved! Go to Solution.
Hi @Anonymous
You can extract the URLs in the excel file and then import the excel data into power bi.
In excel you can insert the following in a new module and use it as a funciton as illustrated above.
Function CopyURL(HyperlinkCell As Range) CopyURL = HyperlinkCell.Hyperlinks(1).Address End Function
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Thank you for this solution.
How could I allow the function to ignore the IDs without hyperlink and return a blank cell instead of an error?
Best,
IV
Hi @Anonymous,
It is not available to directly load the hyperlinks generated in Excel file into Power BI desktop. You could take affan's workaround that extract the URL first in Excel, then, set the data category of that link column to "Web URL" in Power BI desktop.
Best regards,
Yuliana Gu
Hi @Anonymous
You can extract the URLs in the excel file and then import the excel data into power bi.
In excel you can insert the following in a new module and use it as a funciton as illustrated above.
Function CopyURL(HyperlinkCell As Range) CopyURL = HyperlinkCell.Hyperlinks(1).Address End Function
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
User | Count |
---|---|
120 | |
78 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
58 | |
51 |