The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have the following table:
Code | Product | Price |
1 | Banana | 12 |
1 | Apple | 53 |
2 | Watermelon | 63 |
3 | Grape | 68 |
4 | Bread | 34 |
4 | Rice | 53 |
5 | Beans | 25 |
I need to filter just the distinct and 1 from that repets, like the following table:
Code | Product | Price |
1 | Banana | 12 |
2 | Watermelon | 63 |
3 | Grape | 68 |
4 | Bread | 34 |
5 | Beans | 25 |
Apple and Rice was gone in the last table, in other words, filtered the distinct "Codes".
I tried DISTINCT on DAX but it works for all columns, I need to focus the DISTINCT in just 1 column.
Solved! Go to Solution.
In Power Query editor, right-click the column, choose 'remove duplicates'
In Power Query editor, right-click the column, choose 'remove duplicates'
User | Count |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |