Forum Discussion

ahmadibrahimbus's avatar
ahmadibrahimbus
Resolver III
3 years ago
Solved

Materialized Views

I have a power bi linked to Materialized views in postgress. The same materialized view may be used accross many pbix files already published. If I change any materalized view structure like deleti...
  • ppm1's avatar
    3 years ago

    You'll need to make your downstream M code more robust. One way is to use the ignore parameters in some of the Table function (e.g., MissingField.Ignore) for deleted columns. There are other techniques for renamed columns.

     

    Pat