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 digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
61 | |
35 | |
25 | |
20 | |
9 |
User | Count |
---|---|
68 | |
45 | |
40 | |
28 | |
19 |