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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Creating a table from existing table using SQL

Hi Team,

 

I am new to Power BI. Is there a way to create a new table from the exsisting table using SQL Query in Power BI. For example I have one table with two columns like "DeptName" and "EmployeeName". Now using this table I need to create a New Table where the new table should have data related to only "HR" Department using SQL query.

 

Regards,

Mohanraj

1 ACCEPTED SOLUTION
BunnyV
Frequent Visitor

You can do it in two ways.

 

1:- Open Edit Queries --> right click on table --> Duplicate  --> FIlter only HR Department from DeptName column

 

2:- Use SQL Query as below and load the new table

select * from Table where DeptName  = 'HR'

View solution in original post

1 REPLY 1
BunnyV
Frequent Visitor

You can do it in two ways.

 

1:- Open Edit Queries --> right click on table --> Duplicate  --> FIlter only HR Department from DeptName column

 

2:- Use SQL Query as below and load the new table

select * from Table where DeptName  = 'HR'

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.