Forum Discussion
mscomp
8 years agoRegular Visitor
Get Data from SQL without function Table
hi i have problem in power bi desktop when connect to my software SQL server. in this software we have 500 Data table and 23000 function . when i want connect to this SQL Server , power bi get tot...
- 8 years ago
Is the following not an option:
Get Data --> SQL Server datbase -->
fill in the server and database.
And if you like, create a basic sql statement that should be executed (select * from [database])
Or create a more explicit sql statement, which retrieves only the data you want.
WillemC
8 years agoResolver I
Is the following not an option:
Get Data --> SQL Server datbase -->
fill in the server and database.
And if you like, create a basic sql statement that should be executed (select * from [database])
Or create a more explicit sql statement, which retrieves only the data you want.