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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Noak
Helper IV
Helper IV

Up\Down arrows in KPI

Hello,

 

I cant find a well explained solution to how I can add green-up\red-down arrows to my KPI Indicator.

 

 e.g: (In this case I need additional red down arrow)

1231.PNG

 

Please assit.

BR,

NOA.

BR,
Noa.
1 ACCEPTED SOLUTION

What you might want to do is to have a table with URL's of up arrow and down arrow. You could then set this as an Image URL in the data model and display them in a table but filter the table such that it shows the appropriate one at the appropriate time. Something along those lines.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

10 REPLIES 10
v-huizhn-msft
Employee
Employee

Hi @Noak,

Up to now, green-up\red-down arrows are not available in Power BI desktop, there is a request here, you can vote it. Thanks for understanding.


Best Regards,
Angelia

Greg_Deckler
Super User
Super User

You need to put something in your "Target goals" area of the visualization and then you will get red and green indicator. You will get an exclamation point or a checkmark.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

hey @Greg_Deckler

My target is a condition:

If there's an increase the prcentage will be possitive e.g+4.3% then Green arrow else negative Red arrow.

 

is that possible to initiate this condition in the "Target goals" area of the visualization?.

 

BR,
Noa.

You shouldn't be using a KPI visualization then


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

So what do you recommend? @Greg_Deckler

BR,
Noa.
Anonymous
Not applicable

@Noak Use the below measure and make it as card.

 

If you are comparing with previous values if it is by monthly then

 

Percentage% = [Measure for percentage]

 

KPIArrows = IF(ISBLANK([Percentage%]),"No Data Available ",[Percentage%]])&" "&IF([Percentage%]]=[PrevMonPercentage],"",IF([Percentage%]] > [PrevMonPercentage],UNICHAR(8679),UNICHAR(8681))

Hi @Anonymous

Thank you for your advice, unfortunately UNICHAR(8681) and UNICHAR(8679) is not recognize.

23424.PNG

 

I would like to clarify:

@Greg_Deckler@Anonymous

From the start I used the card visual with dynamic period mesaure (via attached image)

dfgsdf.PNG

code:

KPI Indicator = if(HASONEVALUE('Filters'[Period]),
SWITCH(FIRSTNONBLANK('Filters'[Period],'Filters'[Period]),
"Last 24h",[today]/[Yastedrday]-1,
"Last 7d",[this week]/[last week]-1,
"Last Month",[this month]/[last month]-1,
"Last Year",[this year]/[last year]-1),
BLANK()
)

 

All I want is a little green\red arrow to add to this visuale based on the condition: IF result>0 ,green,red.

very easy just dunno what feature is avalible in power bi to initiate it, please help me? 

 

BR,
Noa.

What you might want to do is to have a table with URL's of up arrow and down arrow. You could then set this as an Image URL in the data model and display them in a table but filter the table such that it shows the appropriate one at the appropriate time. Something along those lines.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Hi,

This should be a basic visual to provide. There are lots of complex visuals in power bi. MSFT, please act. Am looking for one urgently.

 

Thanks in advance.

@Greg_Deckler yes I read about it,

Thought maybe PBI provides quicker solution.

 

thank you.

BR,
Noa.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.