I am using Power Query to get data for a report from Dynamics CRM. The data I want is in the Opportunity table. Several of the fields I am interested come from choice fields and the values in the table for the options are numeric values. I want to know where to find the option descriptions.
For example, the SalesStage can have one of four values - 0, 1, 2, 3 for Qualify, Develop, Propose, and Close.
On my report I don't want to show 0, 1, 2, 3. I want to show Qualify, Develop, Propose, and Close. Of course I don't want to hard code the values in the report.
Where in the CRM database are the choice values stored?