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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Icons is extremely slow

Hi 

I have used the "new" Conditional formatting feature "Icons". I base it on a field value: 

 

ICON Dynamic Net Rev / Var Cost = SWITCH( TRUE() ,
[Job Entry Net Rev / Var Cost] > 2,0 , "CircleHigh" ,
[Job Entry Net Rev / Var Cost] >= 1,7 , "CircleMedium" , "CircleLow")

 

When I use the above conditional formatting the table visual often errors or takes more than 30 sec. Without the conditional formatting the Table loads in less than 2 sec. 

The table includes 10 other values, but only the one conditional formatting.

 

Is this normal? Since then the use case for Icons is rather limited?? Is there anything I can do to make it work better??  

 

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

@Anonymous ,

 

I could not reproduce your issue, the conditional icon formatting works very fast on my side. What I have done is to create a simple table and create a calculate column like yours and format by the calculate column.

ICON Dynamic Net Rev / Var Cost = 
SWITCH (
    [Value],
    1, "CircleHigh",
    2, "CircleHigh",
    3, "CircleMedium",
    "CircleLow"
)

2.PNG

1.PNG 

So make sure you have updated power bi to the latest version.

 

Community Support Team _ Jimmy Tao

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

1 REPLY 1
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

I could not reproduce your issue, the conditional icon formatting works very fast on my side. What I have done is to create a simple table and create a calculate column like yours and format by the calculate column.

ICON Dynamic Net Rev / Var Cost = 
SWITCH (
    [Value],
    1, "CircleHigh",
    2, "CircleHigh",
    3, "CircleMedium",
    "CircleLow"
)

2.PNG

1.PNG 

So make sure you have updated power bi to the latest version.

 

Community Support Team _ Jimmy Tao

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

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.