Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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 deleting acolumn from it.All the published pbix files raised an error like the column name is no longer exist in the rowset.I'm obliged to download the file and refresh it via power bi desktop.
is there a way to achieve this on power bi service?
Thanks for help.
Solved! Go to Solution.
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
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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
87 | |
87 | |
67 | |
49 |
User | Count |
---|---|
135 | |
112 | |
100 | |
68 | |
67 |