Reputation: 1817
I am growing exceedingly frustrated with Power BI. I have data being pulled into Power BI desktop from a view on Microsoft SQL Server.
I was able to make a connection to the view just fine, the problem is that when I alter the view and delete some of the existing columns and add new ones, Power BI is not recognizing this when I try and refresh the data.
Following the instructions I've found online, following the edits to the view in SQL I go to "Edit Queries"
in PowerBI. Then, I hit "refresh data"
. I get the error that for the field that has just been deleted in the SQL view, that "the column of the table cannot be found"
None of the new fields I've added in SQL are there either.
Is this a known bug with PowerBI? Has it been documented?
I'm considering abandoning PowerBI since nearly every simple task I try to accomplish seems to be exceedingly difficult.
Upvotes: 2
Views: 3621
Reputation: 2584
This is a very common issue I run into when I try to switch the name of the SQL table to something else. I did not think it would get impacted by a change in schema as well. Anyways, here is what I do when I run into this:
Hope this helps.
Upvotes: 2