I'm using this sample Power BI query to get data from Azure DevOps Services, and I get the following error on the AssignedTo column:
DataFormat.Error: We expected a property 'AssignedTo', but the OData service omitted it from the response data. This can occur for a number of reasons and does not necessarily imply that the data does not exist or is of a default value. Details: Property=AssignedTo
However, if I run the URL directly in a browser, I get all the data returned correctly including the AssignedTo column.
Any idea what might be happening here?