Forum Discussion
Sale & Marketing Data Source Connect to SQL Server Error
What does it look like if you just connect to the data source on your localSQL Serever as a new SQL query?
GET DATA -> SQL
After you oenter your server you should see a list of DATABASES and/or TABLES after you select a TABLE or VIEW it will bring some sample data in with a SELECT ALL query.
You can then prep you data in Power Query. Whats nice is PowerBI does Query folding so when you actually run it will push a filtered query up to the SQL server to pull in only the data you need.
- venug208 years agoResolver I
Thanks for reply Seward,
I am very new to Power BI....
i want to do practice with "Sales & Marketing sample.PBIX", can get from microsoft sample provided.
I am trying to edit with power query, in this situation it is asking "Edit Permission". when click on this button. i got above code. i am trying to change with my localhost SQL Server. while doing this process i am getting error.
How overcome this situation, i don't understand...
Pls help on this....
- v-jiascu-msft8 years agoMicrosoft Employee
Hi venug20,
If you want to change the data source to a new Server, the new data source should have the same tables as the old ones (mainly the same structure.)
As we can see from the error message, you localhost SQL Server doesn't have a column "IsCompete". Please check out.
Best Regards,
Dale