Forum Discussion

Jeanxyz's avatar
Jeanxyz
Icon for Power Participant rankPower Participant
2 years ago
Solved

PPU workspace refresh timeout limit

we recently published a report to a PPU workspace. Usual dataset refresh takes 20 minutes, but there are some problem with source data at Jira side, as a result, the refresh in PPU workspace is prolo...
  • Jeanxyz's avatar
    Jeanxyz
    2 years ago

    Thanks, but none of them work in my case. 

    The real problem is with source data at Jira, the import query is very simple, only 2 steps, imported table only contains 150 rows, so the suggestion above won't help. I have also tried reducing the timeout duration in the import query to 5 minutes, but long refresh issue retains.

    source =Json.Document(....,[Timeout=#duration(0,0,5,0)]))

     

    So as a temporary solution, I moved this problematic table into a seperate data flow and refreshed that table only once a day at non-peak time.  If the refresh fails, it only impacts the data flow, the other tables in the Power BI data model  still get refresh multiple times a day.