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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Dynamic Image by Value

Hey all,

 

I created Image dimension which contains Precentage between 0.1% to 100%, Precentage groups(0, 0-10,10-20...) and URL images:

aOliverz_0-1593382553996.png

How can I connect this dimenssion to Fact table which contains a calculation of Percentage that I want to show alongside this images?

If can't I connect the tables, how can I dynamicaly show the images by the values?

Example: 12% will show the 20% image, 92% will show the 100% image.

 

Thanks 🙂 

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi  @Anonymous 

It sounds like a Dynamic Segmentation problem, you need to add two column start and from for each image.

then refer to this blog to create a measure

https://www.daxpatterns.com/dynamic-segmentation/

 

If you still have the problem, please share your sample pbix file and your expected output

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-lili6-msft
Community Support
Community Support

hi  @Anonymous 

It sounds like a Dynamic Segmentation problem, you need to add two column start and from for each image.

then refer to this blog to create a measure

https://www.daxpatterns.com/dynamic-segmentation/

 

If you still have the problem, please share your sample pbix file and your expected output

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@Anonymous , Try creating a measure like this a mark it has URL

 

measure = Switch(True(),
[Percent]>0 && [Percent] =<.10 ,"image1",
[Percent]>.10&& [Percent] =<.20 ,"image2",
"image3"
)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
lbendlin
Super User
Super User

Create your own theme with custom icons.

 

https://powerbi.tips/2019/07/icons-upon-icons/

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.