Forum Discussion

cymorg's avatar
cymorg
Resolver I
5 years ago
Solved

Data Gateway update: Causes SQL Server error: An expression services limit has been reached

After updating my on-premesis data gateway one of my scheduled report refreshes is failing with a SQL Server error "An expression services limit has been reached".  That error typically indicates a S...
  • cymorg's avatar
    5 years ago

    I had about 40 transformations applied to the data in PowerBI Desktop, mostly Replace() methods.  Reduce this to under 32 eliminates the problem.  So, whatever way Microsoft send the DAX to SQL Server seems to have changed between gateway versions.  I ended up moving all my Replace() methods out of PowerBI and into SQL Server and the problem is resolved.