Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

DataSource.Error: Invalid column name

Hi, this is quite an annoying error...

have made some changes to the data source (in my case  SQL view)

have edited my reports and all works fine

but now when I open 'Power Query Editor' I get this error:

 

DataSource.Error: Microsoft SQL: Invalid column name 'MyCol'.
Details:
DataSourceKind=SQL
DataSourcePath=MySqlServer
Message=Invalid column name 'MyCol'.
Number=207
Class=16

 

of course  MyCol is no longer needed, but I cannot tell the query editor to ignore that or to refresh.

It seems that the only option is to delete the source and then re-import it, that would mean a lot of lost work (for example calculated columns).

 

is there any workaround for this problem?

Thank you

  • Hi Anonymous 

    I make a simple test as below: "import/ direct query" all works for following steps

    i connect to SQL with Power BI Desktop,

    then i delete one column from the data source,

    after clicking "refresh" button on "Home" menu and "Refresh all" inside the "Edit queries",

    it works and show the lastest table with one column disappeared in Power BI.

     

    "

    step1: have made some changes to the data source (in my case  SQL view)   

            (delete a column? change the column name?)

     

    step2: have edited my reports and all works fine             

             (do you refresh from Power BI after step1?

              if you add the column which was deleted in step1 to a visual, does it give any error?) 
    "

    Could you show some details what you do for the steps above so i can reproduce your problem?

     

    Best Regards

    Maggie

     

     

     

9 Replies

  • Axit's avatar
    Axit
    Advocate II

    The easiest way to fix this is just to refresh the preview.

     

    So go Edit Queries>Refresh Preview

    • Anonymous's avatar
      Anonymous
      Not applicable

      Legend!

    • Anonymous's avatar
      Anonymous
      Not applicable

      Fixed my issue! Great Answer.

    • Inigo_Montoya's avatar
      Inigo_Montoya
      Regular Visitor

      Axit is out here DOING THE WORK.  Smarter, not harder folks!  Thanks!

  • v-juanli-msft's avatar
    v-juanli-msft
    Community Support

    Hi Anonymous 

    I make a simple test as below: "import/ direct query" all works for following steps

    i connect to SQL with Power BI Desktop,

    then i delete one column from the data source,

    after clicking "refresh" button on "Home" menu and "Refresh all" inside the "Edit queries",

    it works and show the lastest table with one column disappeared in Power BI.

     

    "

    step1: have made some changes to the data source (in my case  SQL view)   

            (delete a column? change the column name?)

     

    step2: have edited my reports and all works fine             

             (do you refresh from Power BI after step1?

              if you add the column which was deleted in step1 to a visual, does it give any error?) 
    "

    Could you show some details what you do for the steps above so i can reproduce your problem?

     

    Best Regards

    Maggie

     

     

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi, i used refresh after deleting the column, still got the error...

      is there any difference between the "refresh" on the main window and the "refresh all" on Query Editor window?

       

      I ended up adding a dummy null column to my view with the same name to avoid recreating all.

      but of course this is a some what crooked solution

    • Transform121's avatar
      Transform121
      Helper I

      Apologies for resurrecting an old thread but I've encountered this issue myself and have found a working solution that has resolved the issue. Post deployment we've had some columns removed from an on-prem database which has led to this error appearing as the columns are no longer available when connecting to a table.

       

      For anyone who encounters this error and it displays in Power Query transformation try clearing the permissions on your data source and re-authenticate the connection. This has resolved the invalid columns error for me.

  • Hi,

     

    I faced the similar error and here's what I did.

    1) Take a backup of your pbix file.

    2) Go to Edit Queries and delete the dataset. This would take off your report and would show fix it. Let it be that way.

    3) If it's a SQL view you drop and recreate it.

    4) Get your dataset again. This would automaticlly bring back your report.

    5) Go to Edit Queries and you can see that the error is no longer there.

     

    Thanks,

    Subhraz

    • Anonymous's avatar
      Anonymous
      Not applicable

      If its SSAS Tabular in visual studio...

       

      1 - copy out the M query from the advanced tab, something like 

      let
      Source = #"SQL/dn1dwhost01d;datawarehouse",
      powerbi_Transactions = Source{[Schema="powerbi",Item="Transactions"]}[Data]
      in
      powerbi_Transactions

       

      2 - Delete the query and create a new query

      3 - Add the M query in the advanced tab

      4 - Refresh Preview