The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Everyone I have a dataset that looks like this and want to get a table containing only unique values.
Employee ID | Company Worked |
123 | CompanyCars |
345 | CompanyCars |
678 | CompanyBus |
123 | CompanyAircrafts |
And the goal is to get unique values in another table that looks like this either by using power query or dax:
Employee ID | Company Worked |
123 | CompanyCars |
345 | CompanyCars |
678 | CompanyBus |
Solved! Go to Solution.
hi @tomsuare
Hi,
In the Result table, why have you chosen Cars over Aircrafts for Employee ID 123?
Edited due to misstyping.
Your question is still not clear. Do you want to keep the active rows or the inactive rows? Take a larger dataset, explain the question in simple English and show the expected result.
hi @tomsuare
User | Count |
---|---|
77 | |
75 | |
36 | |
31 | |
28 |
User | Count |
---|---|
105 | |
97 | |
55 | |
48 | |
48 |