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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
refint650
Helper III
Helper III

Bigger Conditional Icon size in matrix table column

Hello All

 

can we increase default conditional icon size in matrix table.? or  regular geneeral approach is to call & store image from external site and define image properties and assign image to conditional measure.?

 

Steps i'm following , created a 

1) Measure 2 = UNICHAR(11044)

 

refint650_0-1726749421924.png

Which is recommended ?

 

Thanks

RF

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @refint650 ,
You can use SVG in conditonal formatting.
Create a measure

Icon = 
SWITCH(
    TRUE(),
    SUM('Table'[Indicator]) >=0 && SUM('Table'[Indicator]) <=2 ,"data&colon;image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> <circle cx='50' cy='50' r='40' stroke='red' stroke-width='4' fill='red' /> </svg>",
    SUM('Table'[Indicator]) > 2 && SUM('Table'[Indicator]) <=3,"data&colon;image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> <circle cx='50' cy='50' r='30' stroke='yellow' stroke-width='4' fill='yellow' /> </svg>",
    SUM('Table'[Indicator]) > 3,"data&colon;image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> <circle cx='50' cy='50' r='20' stroke='green' stroke-width='4' fill='green' /> </svg>"
)

Change the mesaure data category as Image URL

vheqmsft_0-1726817636580.png

Apply to the conditonal formatting

vheqmsft_1-1726817724508.png

vheqmsft_2-1726817739808.png

Final output

vheqmsft_3-1726817759748.png

 

Best regards,
Albert He


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

2 REPLIES 2
Anonymous
Not applicable

Hi @refint650 ,
You can use SVG in conditonal formatting.
Create a measure

Icon = 
SWITCH(
    TRUE(),
    SUM('Table'[Indicator]) >=0 && SUM('Table'[Indicator]) <=2 ,"data&colon;image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> <circle cx='50' cy='50' r='40' stroke='red' stroke-width='4' fill='red' /> </svg>",
    SUM('Table'[Indicator]) > 2 && SUM('Table'[Indicator]) <=3,"data&colon;image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> <circle cx='50' cy='50' r='30' stroke='yellow' stroke-width='4' fill='yellow' /> </svg>",
    SUM('Table'[Indicator]) > 3,"data&colon;image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> <circle cx='50' cy='50' r='20' stroke='green' stroke-width='4' fill='green' /> </svg>"
)

Change the mesaure data category as Image URL

vheqmsft_0-1726817636580.png

Apply to the conditonal formatting

vheqmsft_1-1726817724508.png

vheqmsft_2-1726817739808.png

Final output

vheqmsft_3-1726817759748.png

 

Best regards,
Albert He


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

 

 



elitesmitpatel
Super User
Super User

Hey @refint650 

In Power BI, the default size of conditional icons or symbols added via measures, like using UNICHAR, cannot be directly increased in size within the matrix or table visual itself. Power BI doesn't currently provide options to adjust the font size of UNICHAR symbols in a visual.

If it helps Kudos to work and Accept it as Solution

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 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.