Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear community,
i try to create a bar chart with a conditional formatting. I wannt all bars which are below 0,8 to be red and all which are above 1.4 to be red as well. In a future state i want to have an additional yellow area between.
The normal colour satuation setting only allows me to colour the bars base on the hight ( in this picture based on the yaxis).
On the internet i only found a video which explains it very well but he did a measure in advance . i just want to have the bare data to be formatted.
Can you help me ? Best regards Stefan
Solved! Go to Solution.
Hi @Hydro,
Based on my test, we can add a new column to meet your requirement.
Column = IF(Table1[bar]>1.4,"C",IF(Table1[bar]<0.8,"C","D"))
Then we can create the bar chart as the picture below.
For more details, please check the pbix as attached.
Regards,
Frank
Hi @Hydro,
Based on my test, we can add a new column to meet your requirement.
Column = IF(Table1[bar]>1.4,"C",IF(Table1[bar]<0.8,"C","D"))
Then we can create the bar chart as the picture below.
For more details, please check the pbix as attached.
Regards,
Frank
Hi,
Thanks, thas was easy 🙂
Hi @Hydro,
Does that make sense? If so , kindly mark the answer as a solution to close the case, thanks in advance.
Regards,
Frank
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |