Forum Discussion
AnandNamburi
4 years agoHelper III
M code to add a column new column from SQL DB
Hi All, I have a table called "Service" and it was imported in to Power Bi. After importing, backend team has modified 2 coulmns in the same table. So when I opened the dashboard it is throwing e...
Vijay_A_Verma
4 years agoMost Valuable Professional
Can you post your m code? There are various ways to solve this issue. For example, you can rename back those columns to old names before those are used in your code so no futher code modification is required (but it depends upon your situation)