Forum Discussion
Anonymous
5 years agoNot applicable
Direct Query Best Practise DB Views
Greetings, I'm using Direct Query for a Proof of Concept for a PBI Embedded Dashboard and Report I'm building. One of the major challenges I'm facing is formatting and joining data together and give...
- 5 years ago
Hi Anonymous
If I understood your question correctly then the answer is Yes, you can create your Views in the DB and Import/DirectQuery them to Power BI. Know though that these Views can be avoided if you Import directly your tables to Power Bi and Model them.
v-xulin-mstf
5 years agoCommunity Support
Hi Anonymous,
You can use your SQL views in Power BI.
Try to connect to it by your server and database name , and then expand the "Advanced Options", and drop in a query to call upon that view.
SELECT [Field List]
FROM dbo_viewnameTake SQL Server and Oracle DB for example:
Best Regards,
Link