Forum Discussion
ShafiqRuslan
7 years agoHelper I
Custom visuals - Flashing when RED
Hi all, Is there any custom visuals that flashes when a threshold is breached?
donsvensen
7 years agoSkilled Sharer
Hi
You dont need a custom visual.
You can create a mesures that returns a Image URL and set the datacategory to Image URL.
Status = SWITCH(MAX(Table1[Index])<100;TRUE();"https://i.gifer.com/Xfce.gif";"https://upload.wikimedia.org/wikipedia/commons/3/31/Button_Icon_Green.svg")
/Erik
ShafiqRuslan
7 years agoHelper I
I was thinking of putting a KPI-based flashing speed-o-meter which flashes red when a threshold is breached,
Say if it's 30/30, it's green, but if it drops to 29/30, it flashes red