Forum Discussion
gcam032
5 years agoHelper I
Maintain Colors after data refresh
Hi Everyone, I have a report that I'm using as a template. Meaning, the main PBI structure remains the same, I just fill it with data from a different customer (for each customer). I'm using...
amitchandak
5 years agoSuper User
gcam032 , You can try to use conditional formatting, You will be able force that line and pie too
Switch( True(),
max(Customer[Name]) = "Abc" , "Green,"
max(Customer[Name]) = "Def" , "Gray,"
// Add other
"blue"
)
refer my video on the same
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Anonymous
1 year agoNot applicable
I have the same issue with my map legend - every refresh it switches the pre defined map color categories around- anyone find a solution?