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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.