Forum Discussion

regerror6's avatar
regerror6
Frequent Visitor
4 years ago
Solved

Scheduled Refresh Fails While Desktop Refresh Succeeds

I have a new report that queries a SharePoint Online document library (no gateway, single source).  My model has a few tables, but nothing overly complex.  It refreshes without issue in Power BI Desk...
  • regerror6's avatar
    regerror6
    4 years ago

    I discovered a workaround by adding replace null with "" across all columns (in the step before the pivot).  The only null values were in the Value column, and there were only a handful.  Later in the query, I reversed it by replacing "" with null.

     

    Someone will need to explain to me one day how the service and desktop engines differ.  What a pain.