Forum Discussion

KJChin's avatar
KJChin
Frequent Visitor
1 month ago
Solved

Power BI Refresh Error In Workspace

I have applied incremental refresh to two tables in Power BI and published to workspace. When refreshed, it showed error as this: Data source errorExpression.Error: There weren't enough elements in...
  • Gabry's avatar
    1 month ago

    Hey buddy,

    try to change the last step, set fixed columns names

     

    #"Expanded Table Column2" = Table.ExpandTableColumn(#"Removed Other Columns2", "Transform File (7)", {"Column1", "Column2", "Column3", /* ... list all columns names here ... */})