Forum Discussion
Can't add Web URL cell element to table
- 2 years ago
Fixed this issue thanks to a comment on this post: https://community.fabric.microsoft.com/t5/Desktop/Web-Url-Conditional-Formatting-Unable-to-Select-Field/td-p/1825825
I'm using Calculation Groups, which I guess breaks this funciton. The fix is to create a measure that explicitly chooses the URL (for me, FIRSTNONBLANK(url field, url field)).
Hi steffels ,
I can not reporduce the issue. Could you please provide more details with the error? (for example : a screenshot) What is your data source? Where are you inserting the web url? Is an error reported afterwards? What was the error? What is your connection method?
If itis possible, could you please provide the pbix file without privacy information for us testing?
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I tried it in a fresh file with a manually created table just linking to Google and it worked, not sure why my actual report isn't working with this. This also means I unfortunately can't share the actual file.
I'm just trying to have a Ticket ID number (formatted as text) hyperlink to the support ticket in our system via a URL column. It's in a normal table. Each Ticket ID and URL are unique. URL is formatted as text and not Web URL which is a suggestion I've seen online (and what worked for my manual test). Under "What field should we base this on?" the box is just red and won't let me select anything. There's no error message, but no value can be selected (see image below).
I took so long to respond because I honestly thought it was a simple bug that would be fixed with the next update, especially since it used to work for me for this exact table. Are there restrictions on the size of a table that can have URLs in them?