Forum Discussion
Anonymous
5 years agoNot applicable
Conditional formatting - adding URLs for items with no data
Hi, I have a problem with adding URLs (by conditional formatting) to those courses' titles where user has no status (so items with no data). The titles and URLs are in another table and user' status...
Lawliim
2 years agoAdvocate I
Hi, I had the same issue and it is because PBI don't register Web URL for items with no data. I resolved this with an ugly fix, simply for numeric add a "+0" in your measure, or in this case string, add a whitespace " " to your Status column if empty, in order to ensure that every item contains any form of data.