Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I am new to Power BI and we are migrating from another BI tool to Power BI.
We have a requirement:
Transaction Table:
ID, Value
1,10
1,20
1,15
2,10
3,15
3,22
RAG Threshold:
ID, Green Low, Green High, Amber Low, Amber High, Red Low, Red High
1,0,10,11,30,31,9999
2,0,5,6,20,21,9999
3,0,1,2,5,6,9999
When I so a summerized count against the ID, based on the corresponding RAG threshold we want to change the font color to Green, Amber or Red,
1, 45 (Shown in Red)
2, 10 (Shown in Amber)
3, 37 (Shown in Red)
How do I achieve this? Tried reading through conditional formatting and can't find any lead on how to set the threshold values using another column values
Thanks
Raj
Solved! Go to Solution.
your RAG table is not in a usable format.
Unpivot it and while doing that also change the color names so they can be used directly.
Then create your color measure
and apply the conditional formatting
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 9 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 42 | |
| 31 | |
| 26 | |
| 19 | |
| 19 |