Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Dataflow refresh fails (but no errors in preview)

Good day,   I am working on extension of one of my dataflows but I faced a problem I am not able to solve. I have a dataflow which pulls data via an API (it's a REST API providing employees' data)...
  • Anonymous's avatar
    Anonymous
    3 years ago

    The issue seems to be caused by the fuction returning details of each employee contract. It was returning a 1-row table which seem to be fine for power bi desktop and dataflow preview but dataflow refresh requires a record type to be returned (so that it can be expanded into additional columns).

     

    Is it a bug or a feature? Do anyone know some source where I couls find more details about this behavior?