Forum Discussion
Icons is extremely slow
- 7 years ago
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" )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.
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"
)
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.