The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
Sorry for the long post, but it might be interesting for the members.
Before coming to the problem, let me explain few things about the whole process of the Power Bi Dashboard.
Everyday I receive a file from the vendor and it automatically stored in a sharepoint location. In sharepoint location we have files for each day. The dashboard refresh is being scheduled. As a result, I don’t need to look into the process until there is any issue in data receiving or refreshing.
Now coming to the issue; the data I am receiving everyday have a column as “Listing URL”. The data of the column is a text “Live Link” which is hyperlinked. Each and every column have the same text, but the hyperlink URL is different for every row.
Now the organization wants me to show the hyperlinked text in the dashboard table – so that the user can click on those links and land on the page directly from the dashboard.
When I was checking the dataset – I found that the column “Listing URL” is having the text “Live Link” only, not the hyperlink.
After some investigation I found in my scenario generally power bi will fletch the text only not the hyperlink URL. If the column is containing only the link – that will be fletched by power bi as link.
My questions are:
Please help me to overcome the situation.
Regards
Utsav
Solved! Go to Solution.
Hi @utsavlexmark ,
Based on my test, the hyperlink format in the HYPERLINK1 column cannot be used as a hyperlink after being imported into power bi. Only the hyperlink in the HYPERLINK column can be recognized as a hyperlink by Power BI.
You need to modify the data directory to the web page URL.
And URLS must start with one of the following:
For hyperlinks in column format like HYPERLINK2, you can use the method in this post to turn it into a URL and then import it.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @utsavlexmark ,
Based on my test, the hyperlink format in the HYPERLINK1 column cannot be used as a hyperlink after being imported into power bi. Only the hyperlink in the HYPERLINK column can be recognized as a hyperlink by Power BI.
You need to modify the data directory to the web page URL.
And URLS must start with one of the following:
For hyperlinks in column format like HYPERLINK2, you can use the method in this post to turn it into a URL and then import it.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @utsavlexmark ,
You need to set the category of your column to the URL type:
Be aware that in order to follow the link the url needs to be complete so "http://............" then you can use it on a table/matrix visualization and set has an hyperlink:
You can also set the URL has a icon on the options:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
78 | |
77 | |
38 | |
31 | |
28 |
User | Count |
---|---|
106 | |
98 | |
55 | |
49 | |
47 |