Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi
I hope someone can help because I'm pulling my hair out here. Can anyone point me in the direction of a resource which can help me do the above?
I want to be able to download a .png from Flat Icon and use this in a card to show the variance. I have used the below measure which works, however I'm struggling to swap the Unichar section to the Flat Icon which I have saved in SharePoint.
I have created a table in Power BI which is called 'Images' and the headings and any help would be absolutely incredible!
| Name of Icon | URL |
| Red_down_arrow | Sharepoint URL is here and is formatted as an image url
|
MTD Revenue vs Budget =
VAR Up_Arrow = UNICHAR(129137)
VAR Down_Arrow = UNICHAR(129139)
VAR Target = [MTD Revenue]-[Budget]
VAR target_percent = FORMAT(DIVIDE([MTD Revenue],[Budget],0),"0%")
RETURN
IF(Target <0, target_percent&" "&Down_Arrow,
target_percent&" "&Up_Arrow)
Solved! Go to Solution.
Proud to be a Super User! | |
Never thought of trying that, what measure did you use for the image URL?
Proud to be a Super User! | |
Here is a working solution on my end. I use a Card(New) and have the metrics shown on the value and created a separate measure for an image
Image=Switch(true(),Target <0, target_percent,[Image URL],[Image URL1])
Put this measure in the image section.
Proud to be a Super User! | |
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 86 | |
| 68 | |
| 38 | |
| 29 | |
| 26 |