Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
spandy34
Responsive Resident
Responsive Resident

Card Visual Arrows

I have a card with the following measure. The arrow greater and the arrow lower work but the arrow for values the =0 dont work.  Any ideas what Im doing wrong

 

z_Arrows =
SWITCH(TRUE(),[z_Current_Prev]>0,
UNICHAR(9650),
[z_Current_Prev]<0,
UNICHAR(9660),[z_Current_Prev]=0,
UNICHAR(11166)
)
 
1 ACCEPTED SOLUTION
spandy34
Responsive Resident
Responsive Resident

Thank you for responding . I changed the format of the measure to number with no decimal places ans it has worked . Thank you 

View solution in original post

2 REPLIES 2
selimovd
Super User
Super User

Hey @spandy34 ,

 

can you post an example file?

Are you sure the value is 0 and not 0.0234 or blank or anything similar?

 

What is shown instead?

 

Best regards

Denis

spandy34
Responsive Resident
Responsive Resident

Thank you for responding . I changed the format of the measure to number with no decimal places ans it has worked . Thank you 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors