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! Request now

Reply
jasonyeung87
Helper V
Helper V

Is it possible to create views (similar to SQL views) in Power BI

Hi,

 

I was wondering is it possible to create something similar to SQL views in Power BI? For example, in SQL I have a table with 5 fields named "testtable":

jasonyeung87_0-1668803138481.png

 

I can create a view with the following SQL Statement:

CREATE VIEW [dbo].[testview]
AS
SELECT field2, field3
FROM dbo.testtable
GO

 

this view contains 2 of the fields from the original table. I could also add additional tables (if related) within this view.

 

Jason

 

 

4 REPLIES 4
ASHIS-KUMAR
New Member

Ah...
You are talking about Merge Query.

You can do that & combine two tables, select the desired columns. Its kind of a view.
Merge Query.jpg

djurecicK2
Super User
Super User

Hi @jasonyeung87 ,

 For what you are trying to do, it seems like append is a good solution.

 

Also, if you have a sql data source, you could use a view or write a query with the join and import that data into the report.

jasonyeung87
Helper V
Helper V

Hi @djurecicK2 ,

 

What I have are a couple of tables from different data sources. these tables store time tracking hours for 2 different systems. I want to combine them into 1 table and have Power BI generate visualizations based on this table.

 

In SQL, I could do this in a few ways (e.g. create a view, which joins these tables, create a SELECT .. UNION statement). In Power BI desktop, it looks like I could create a new table and append the various tables to it. I was trying to determine if there's a different way besides appending tables.

 

Jason

 

djurecicK2
Super User
Super User

Hi @jasonyeung87 ,

 Would you mind giving some information around what you are trying to do with the view? You can't create a view per se, but I would guess that there is a way to solve the issue in Power BI without creating one. 

 

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
Top Kudoed Authors