Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Up and down Arrows

Hi Experts 

 

I am trying to add up and down arrows to a KPI Visual and no luck 

 

Here is a post i found on line from the community (scroll down to the reply after community memeber) 

Link: https://community.powerbi.com/t5/Desktop/Embedding-up-and-down-arrows-in-visual-and-changing-them-based/m-p/328013

 

Here are my measures

CurrentLessPreviousMonth =
VAR Red = UNICHAR(9660)
VAR GREEN = UNICHAR(9650)
Return
if([CaseCount]-[PreviousMnthCases]>0,Green,Red)
 
and
Arrows = IF([CurrentLessPreviousMonth]>0,1,0)
 
i cannot get it to work...as i have text in the first measure and integer in second...
 
HELP..

9 Replies