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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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