Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi All,
I have two different tables. Table A & B.
Table A has Employee Name & S No.
Table B has Employee Name & their corresponding CRM number.
Query : In Power BI, I need to create a new table automatically using DAX, with the list of employees name who dont have a CRM number.
It might be a simple solution but its not striking my mind 😄
Help needed !!
Solved! Go to Solution.
In Power Query you can simply that this job with the "merge queries" option and you have to choose the two tables involved and then use the option "Left Anti (rows only in first).
Please check and let me know.
If you are satisfied with this option, please mark it as solution to help other users to find quickly the solution to your answer.
In Power Query you can simply that this job with the "merge queries" option and you have to choose the two tables involved and then use the option "Left Anti (rows only in first).
Please check and let me know.
If you are satisfied with this option, please mark it as solution to help other users to find quickly the solution to your answer.
Trying it, it's processing !!
Let me share the results soon 🙂
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 43 | |
| 36 | |
| 35 |