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

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

Reply
Anonymous
Not applicable

Dynamically display image based on measures not calculated column

Hello there

 

Are there ways to dynamically display images based on values of a measure. I saw a few posts here achieving this via calculated columns but I have a measure which is a calculation between measure 1 and measure 2. Can I still apply rules to which image to show? For example if its lower than 1 shows arrow down if more than 1 shows arrow up image?

 

Many thanks

 

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

You are correct however you can use the measure in a new column and associate the web url check the print screen below:

 

Web_URL.png

 

Regards

 

Mfelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

3 REPLIES 3
MFelix
Super User
Super User

Hi @Anonymous,

Yes you can do that if you had a new measure thats does an if for example

Measure_image = IF (calculated_measure =1; "www.url_uo_arrow";"www.url_down_arrow")

Then format this as a url image lonk.

Regards,

MFelix

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Ummm im not sure thats correct. The category option can be applied to Column not Measure I dont think

 

Hi @Anonymous,

 

You are correct however you can use the measure in a new column and associate the web url check the print screen below:

 

Web_URL.png

 

Regards

 

Mfelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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