Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
musgrach
Regular Visitor

SQL server database views

I am connecting to sql server from power bi.

 

I see all the tables but would like to create views in my sql server environment and access the database views instead of the actual tables.

 

can I access sql server database views from power bi, so far I only see the tables?

 

I did a search and looks someone asked the same question and someone answered 'Yes', but I did not see any instructions on how to access the database views in the response.

 

Thank you in advance for any assistance

1 ACCEPTED SOLUTION
musgrach
Regular Visitor

I see my view now, sorry to waste timw with this post

 

please disregard

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

How can we connect POSTGRAYSQL Views and PowerBI??

 

ndonahue
Frequent Visitor

You can absolutely utilize your SQL views in Power BI. When connecting to a SQL server, expand the "Advanced Options" button and drop in a query to call upon that view.

 

Something like 

musgrach
Regular Visitor

I see my view now, sorry to waste timw with this post

 

please disregard

ndonahue
Frequent Visitor

You can absolutely utilize your SQL views in Power BI.


Try to connect to it by entering your server and database name as you normally would, but then expand the "Advanced Options", and drop in a query to call upon that view 
    SELECT [Field List]
    FROM dbo_viewname

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors