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 nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 44 | |
| 36 | |
| 23 | |
| 20 | |
| 20 |