Forum Discussion

BhavyaM's avatar
BhavyaM
Helper V
6 years ago
Solved

KPI for blank

Hi Friends, Company Current Previous Percentage Trend A 10 20 -1 Down arrow B 90 30 2 Uparrow C         D 130 40 2.25 Uparrow If there is data then below i am ...
  • Fowmy's avatar
    Fowmy
    6 years ago

    BhavyaM 

    Try this modified measure:

     

    _Trend = 
    SWITCH( TRUE(),
        [_Diff] = 0, UNICHAR(9660),
        [_Diff] = BLANK(), "",   
        [_Diff] > 0 ,UNICHAR(9650) ,
        [_Diff] < 0 ,UNICHAR(9660)
    )

    ________________________

    Did I answer your question? Mark this post as a solution, this will help others!.

    I accept KUDOS 🙂

    YouTube, LinkedIn