Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
Solved! Go to Solution.
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'
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'
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |