What is the syntax for referencing a Choice field within a formula?
I'm trying to reference a choice field value -- MeasureProgressFrequency as part of the formula in a separate column in the same table.

If I reference a text field column (like FirstName) in this formula, even concatenate several together it works fine.
The holdup is the Choice field.
But I can't figure out the syntax this needed to reference the record's MeasureProgressFrequency selected value within a formula column in the same table (illustrated above)
- Tacking on ".Value" doesn't help.
- Tacking on ".Selected" doesn't help
- I tried 'MeasureProgressFrequency (OKRS)'), and tacking.Value onto that.
I could write the formula on the Power Apps side, but I want it stored at the table level so it's available to Power BI.
Anyone else run into (and hopefully solved) this?!