Forum Discussion

Bessonnizza1992's avatar
5 years ago
Solved

Buffer web query request

Hello there,   I have function which i am using to get statistics from POST method: fnMotorModes_Get let Source = (AuthorizationId as text, StatisticsId as text) => let data = Js...
  • edhans's avatar
    5 years ago

    I am not sure you can. It doesn't work top down, it works bottom up. So if you have 3 final tables in your model from a source, it starts at those 3 tables in Power Query then works backwards to the source, so you will get three refreshes. You can optimize it perhaps by turning off background data in settings.

     

    There is a good video from Guys in a Cube with Chris Webb that will help explain this as well.