Forum Discussion

mafl089's avatar
mafl089
Regular Visitor
6 years ago
Solved

Dataflow refresh failing without details

Hi there, I created a dataflow for OData URLs (of our Dynamics NAV 2013 R2 installation), connected to our Data Gateway. First everything worked well, now the dataflow starts failing on refresh. I...
  • mafl089's avatar
    6 years ago

    I think I found the problem by my own.

    I found some blog post (couldn't find the URL anymore) which pointed me into the direction of the default page size settings of Navision OData service. This is set to 1000 in Dynamics NAV 2013. And Power BI simply can't handle this pagination...(holy c***)...

    So:

    1. increased pages setting in NAV service on server + restarted service (Dynamics, not data gateway!)
    2. refresh query (Power BI Desktop test) + refresh dataflow => works

     

    Something more like a bug than wanted behaviour, isn't it?