I try to create a column in a Dataverse (table) and make simple if- function but it does not work.
The column named "Year" has data type choice.
I created two choices ("Sync with global choice": No) with label: "24", value "1" and label "25", value "2".
I created a new column named "test". Data type "Formula (Preview)". The formula is: "If( Text('Year'.Value)=1, 1, 0) but it does not work.