Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Need help in color code bar chart according to values each bar shows. I am not able to see any roller paint option, neither fx option to change bar color according to measure.
Kindly assist.
Solved! Go to Solution.
Hi @Anonymous ,
Pls refer the below:
base data:
create visual:
Bar color =
SWITCH(
TRUE(),
MAX('Table'[value]) = 10, "#FF0000",
MAX('Table'[value]) = 20, "##00FF00",
"#000000"
)
Configuration:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi @Anonymous ,
Pls refer the below:
base data:
create visual:
Bar color =
SWITCH(
TRUE(),
MAX('Table'[value]) = 10, "#FF0000",
MAX('Table'[value]) = 20, "##00FF00",
"#000000"
)
Configuration:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
@Anonymous , if you have used Legend, you will not see fx option, otherwise you should able to see that
In bar visual how use two-axis, in place of legend
Concatenate Label off : https://youtu.be/QgI0vIGIOOk
Color Measure - Conditional formatting
https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values
https://www.youtube.com/watch?v=RqBb5eBf_I4
Thanks Amit,
I have removed legend, still no option for roller paint or fx.
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
50 | |
45 | |
40 | |
39 |