Forum Discussion
Lexicaltje
5 years agoRegular Visitor
Dataverse Connector and Choice Columns
Hello all, I've used Power BI to create reports from Sharepoint with no issues. I've now started to use Dataverse to power my apps and i want to start creating Power BI reports from that data. ...
mahoneypat
4 years agoMicrosoft Employee
It is harder than it should be. One way to do it is to make a separate query using the OData connector (Organization Account authentication) with the string below, updating the text in red with your values for your environment URL and choice column name (dummy values shown as examples). From there you can drill into the Options table and the nested records in there. You can then merge the label into your original query with the option value.
https://org12345.crm.dynamics.com/api/data/v9.0/GlobalOptionSetDefinitions(Name='xyz16_ChoiceColumn')
Pat
- Syndicate_Admin4 years agoAdministrator
Thank you, was just about to make a new post for this