Forum Discussion
Anonymous
5 years agoNot applicable
Cannot convert the literal to the expected type 'Edm.Decimal'
Hi! I’m building a PowerBI report using data from Azure DevOps OData. Here is the query: let
Source = OData.Feed (https://analytics.dev.azure.com/{org}/{proj}/_odata/v3.0-preview/WorkItems?
& ...
qihuiyu
3 years agoRegular Visitor
How did you solve your problem?
Anonymous
3 years agoNot applicable
Afaik it is still not fixed in PBI.
As a workaround try to filter the results so PBI won't receive too small values in data. Like CycleTimeAvg > 0.05.