Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need to create a new table based on the actual one (see example):
| serial | |
| 1234 | name@actualcompany.com |
| 1234 | name@oldcompany.com |
| name@company.com | |
| 4321 | name@actualcompany.com |
The new one should not have duplicated serial number (we need to keep the ones with email @actualcompany.com ) and remove the ones with blank serial. So, the new table should be:
| serial | |
| 1234 | name@actualcompany.com |
| 4321 | name@actualcompany.com |
Solved! Go to Solution.
In Edit Query mode, filter for actualcompany.com and Non blank Serial.
Yes to what @amitchandak posted. Also, to make a new table right click on the query and select Reference. I presume your data is a bit more complex than your example, so remove duplicates on the serial column (or the serial column and the actual company email).
I'm not sure of the context so I have a few questions...
@freder1ck follow:
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 69 | |
| 39 | |
| 29 | |
| 27 |