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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
AdaVFR
Regular Visitor

KPI Card with Icons

Hi everyone, 
relatively new to Power BI, so dont know all the details.

Please , let me know how i can achieve this result:
I need the arrow instead of exclamation mark to point up if above the 0, down if below the zero, on top of that, my decimals are not being rounded up toone point, although in the column properties i set it to one on both of the measures. 
First figure shall show 1.32% arrow up vs LY: 127.6

 

AdaVFR_1-1675154983546.png

Please guide me how i can plug in the icons and format these two numbers. Thank you.

1 ACCEPTED SOLUTION
olgad
Super User
Super User

Hi there, 
here you can copy all the different icons https://unicode-table.com/en/sets/arrow-symbols/ 

Formatting you can do in DAX

KPI= Format([Measure1] , "0.0%")&" " &If([Measure 1]>0,"▲", "▼")& " vs LY: "&Format([Measure2], "0.0")

Hope that works for you.

DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

View solution in original post

2 REPLIES 2
AdaVFR
Regular Visitor

Thank you for your quick response,

all tip top. 

olgad
Super User
Super User

Hi there, 
here you can copy all the different icons https://unicode-table.com/en/sets/arrow-symbols/ 

Formatting you can do in DAX

KPI= Format([Measure1] , "0.0%")&" " &If([Measure 1]>0,"▲", "▼")& " vs LY: "&Format([Measure2], "0.0")

Hope that works for you.

DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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