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! It's time to submit your entry. Live now!
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! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 43 | |
| 36 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 120 | |
| 60 | |
| 59 | |
| 56 |