I think this is a simple problem, but it probably isn’t.
I have a metric (Metric - Is locked) of type: Dimension (Locked) with only Yes or No as options.
| Dimension: Version | Metric: Yes/No |
|---|---|
| Actuals | Yes |
| Plan | Yes |
| Forecast | No |
Can I easily flip this around to show the inverse of the metric (here using firstnonblank)?
| Dimension: Locked | Metric: Version |
|---|---|
| Yes | Actuals |
| No | Forecast |


