Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi! I'm building a table visual and seeking to enable the URL only if the URL field exists. The desired outcome is in this example where Items 1 & 3 have a URL, so they are "hyperlinked" where Item 2 isn't. Currently, when I add the URL cell element, it "hyperlinks" every value in the column, e.g. Items column w/in this example. Is there a workaround for this?
Items | URL |
Item 1 | www.example.com/1 |
Item 2 | null |
Item 3 | www.example.com/3 |
Solved! Go to Solution.
Hi @GQ_88 You could use a measure to check if the url column is null or ot and then use that in table visual i guess could you give it a try please
Conditional URL =
IF(
ISBLANK('Table'[URL]),
BLANK(),
'Table'[URL]
)
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Hi @GQ_88,
Thanks for reaching out to the Microsoft fabric community forum.
It looks like you want to check if the column consist of URLs or not and then create a table visual using that data. As @Akash_Varuna already responded to your query, please go through his response and mark it as solution if it solves your issue.
I would also take a moment to thank @Akash_Varuna, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.
Community Support Team
If this post helps then please mark it as a solution, so that other members find it more quickly.
Thank you.
Hi @GQ_88,
As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.
If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.
If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.
Thank you for your patience and look forward to hearing from you.
Hi @GQ_88,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.
Thank you.
Hi @GQ_88,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @GQ_88 You could use a measure to check if the url column is null or ot and then use that in table visual i guess could you give it a try please
Conditional URL =
IF(
ISBLANK('Table'[URL]),
BLANK(),
'Table'[URL]
)
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |