Hello!
I need some assistance:)
I would like to create conditional formation on my column chart.
Something like this on my ItemColorSet:
[If(Item.Value>1;Black;Blue)]
But I dont know how to use item.Value on this property.
Please help!)
Hello!
I need some assistance:)
I would like to create conditional formation on my column chart.
Something like this on my ItemColorSet:
[If(Item.Value>1;Black;Blue)]
But I dont know how to use item.Value on this property.
Please help!)
My pleasure, glad I could help!
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Hi, thank for your comment.
Nice idea!
Hi @shnurich,
Yes, this can be achieved by setting the chart ItemColorSet to something similar to this code:
ForAll(
colMyData,
If(MyValue > 1, Color.Black, Color.Blue)
)
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
WarrenBelz
146,668
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional