Forum Discussion

hildebolt's avatar
hildebolt
Advocate I
2 years ago
Solved

Nested tables causing refresh issues in PowerBI Service

I have recently started having issues with automatic refresh in PBI Service, all with the same approximate error message:   Expression.Error: The column 'xxxx' of the table wasn't found.. xxxx. . T...
  • lbendlin's avatar
    lbendlin
    2 years ago

    When your group by includes "all rows" that will carry these columns around. Instead of group by consider using Table.SelectColumns to only pick the columns you need.