Forum Discussion
ahmadibrahimbus
3 years agoResolver III
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...
- 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
ppm1
3 years agoSolution Sage
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