Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Experts
The below calculated column measure is in one column in the second column i would like to show 1 as Red in text and 2 as Amber and 3 as Green as text in a new Column called RAG
Date Period =
SWITCH (
TRUE(),
[Date] < TODAY(), 1,
[Date] <= EOMONTH ( TODAY(), 0 ), 2,
3
)
Solved! Go to Solution.
@Anonymous So...
RAG =
SWITCH (
TRUE(),
[Date] < TODAY(), "Red",
[Date] <= EOMONTH ( TODAY(), 0 ), "Amber",
"Green"
)
@Anonymous So...
RAG =
SWITCH (
TRUE(),
[Date] < TODAY(), "Red",
[Date] <= EOMONTH ( TODAY(), 0 ), "Amber",
"Green"
)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 70 | |
| 38 | |
| 29 | |
| 26 |