Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have data percentage that need to display using card custom visual. Then I want to show the picture changes according to the data percentage.
Example : If value percentage is positive then the thumb-up picture will display, then if percentage is negative the thumb picture will change to thumb-down.
There is any suggestion custom visual to use or DAX cosding to be apply?
Thanks
Solved! Go to Solution.
Hi @Anonymous
Here is a quick and easy way to do it. Drop this calculated measure in and replace the hardcoded values for myVal & myTarget with your own values.
Measure = VAR myVal = 4 VAR myTarget = 0 RETURN IF( myVal <= myTarget , -- THEN -- UNICHAR(128402) , -- Thumbs up! -- ELSE -- UNICHAR(128403) -- Thumbs down )
I LOVE THIS and am hoping I can get it to work for my needs (if thumbs up was green and down was red that'd be even better but if not this meets the needs)
So I think the thumb is meeting extra complication because for the visualization of the 95% on the left and the 93% on the right, the only difference between these two donuts is I've used a filter to filter for only the % favorable for that specific question.
For gained an maintained the target is 88% or above so the thumbs up is right, but when I changed myTarget to 95, then gained and maintained would not be hitting the mark and should be thumbs down.
So either, can you help me build this formula to also filter for specific question or do I have to make calcualted measures for each question % favorable??
Thank you!!
Hi @Anonymous
Here is a quick and easy way to do it. Drop this calculated measure in and replace the hardcoded values for myVal & myTarget with your own values.
Measure = VAR myVal = 4 VAR myTarget = 0 RETURN IF( myVal <= myTarget , -- THEN -- UNICHAR(128402) , -- Thumbs up! -- ELSE -- UNICHAR(128403) -- Thumbs down )
Hi @Phil_Seamark,
Can I chnage the UNICAR code to image URL?
Where should I find the UNICHAR code for other code or picture?
Thanks
Hi @Phil_Seamark,
What is myVal and my Traget? it is for my percentage value?
Can I send to you my power Bi file
myVal should be the number you are using in your percentage. MyTarget can be 0
Yes, please send me your PBIX file (or a link to a Onedrive with it)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
65 | |
64 | |
56 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |