Hi experts,
In a graphical (POWER BI) presentation, data is retreived from Excel sheet automatically. When a entered data point deviates Target/Goal how to highlight that dat (in graph) from others.
Can any body help me.
Solved! Go to Solution.
Hi @mrswa_56
As Mariusz suggested, create a measure and apply it in conditional formatting.
Measure = IF(SUM('Table'[value])>=SUM('Table'[goal]),1,0)
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @mrswa_56
As Mariusz suggested, create a measure and apply it in conditional formatting.
Measure = IF(SUM('Table'[value])>=SUM('Table'[goal]),1,0)
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us for an in-depth look at the new Power BI features and capabilities at the free Microsoft Business Applications Launch Event.
User | Count |
---|---|
63 | |
35 | |
25 | |
19 | |
9 |
User | Count |
---|---|
71 | |
45 | |
37 | |
26 | |
19 |