Forum Discussion
Lucian
Responsive Resident
2 years agoBug or else?: Conditional formatting as URL isn't working for some rows (show items with no data)
Hello, I have an issue using conditional formatting using "Web URL" option. I have a table with some information, and one of the field is an URL to that specific item. What I need is to format a ...
az38
Community Champion
2 years agoHi Lucian
Interesting.
What if to add +0 to your measure (or create it, if you use implicit one):
Sum of Amount = SUM(Table[Amount]) + 0
- Lucian2 years ago
Responsive Resident
Hi az38 ,
And thank you for your quick response.
Indeed, creating a measure and adding that "+0" at the end will do the expected formatting 🤔.
Even I don't understand why Microsoft decided to ignore the formatting from the beginning... but I think I have to use your workaround. 😁
So thank you very much.
Kind Regards,
Lucian