I have few measures on the Look. Now i want to apply conditional formating to measures based on certain rules. Now I only want to apply certain rules to few measures and others on other measures. But Looker only allows to whether to apply or not apply rules, is there a way to have customize formating for each measures at the visulization level?
Also is it possible to replace measure values with String if data is Null using conditional formating or calculatee field. I have percentage measure on the look and want to change it to ‘Not Tracked’ if value of the measure is null else display percentage value. Looker is not allowing to have boolean, string, int conversion using if() as this is not the valida case for the SQL (I believe). Is there a way to achieve this type of formating at the Look Visulization level?