This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Goodmorning,
I was able somehow to set conditional formatting options on the following visual object (Red dot for values off target - Green dots for value on target). It seems that now I cannot edit anymore those conditional formatting options, I'm able to edit them only for tables, also the trendline suddenly disappeared. Any suggestions? Thank you.
Solved! Go to Solution.
@Anonymous , set the conditional formatting for the bar and change it to the line, it will work.
Create a color measure and use that in conditional formatting with field value option in bar
if([Actual] >[target] ,"Green", "Red")
refer for steps if needed
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Hi @Anonymous
I create a line chart visual and find no conditional formatting for the visual . I want to know how the screenshot you provided came from ?
But you can set conditional formatting with table visual with measure . It must be ensured that the visual used supports conditional formatting .
Measure = IF(SELECTEDVALUE('Table'[Value])>SELECTEDVALUE('Table'[target]),"Green","Red")
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
As @amitchandak suggested, to do this you have to go set the conditional formatting through "Histograms" and then move to "Line Charts". As the target was static, the idea was that I wanted to set it withouth going through operating languages.
When you change the visual to lines it will hold the same format set with the histogram. Thank your for your reply, It will be usefull for a dynamic approach.
@Anonymous , set the conditional formatting for the bar and change it to the line, it will work.
Create a color measure and use that in conditional formatting with field value option in bar
if([Actual] >[target] ,"Green", "Red")
refer for steps if needed
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 25 | |
| 24 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 48 | |
| 27 | |
| 21 | |
| 20 |