Forum Discussion
hildebolt
2 years agoAdvocate I
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...
- 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.