Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello
I am struggling with creating a dimension table for Customers. I have different tables which I merged.
Now I have a column called Customer ID and one called Channel.
The problem is that when merging I get duplicates.
I would like to remove the duplicates only when the value in column Channels is 10.
Can anybody help how to do this in Power Query?
| Input | Customer ID | Channels |
| 11167 | 40 | |
| 11167 | 10 | |
| 11169 | 40 | |
| 11169 | 10 | |
| 11170 | 40 | |
| 11170 | 10 | |
| Output | Customer ID | Channels |
| 11167 | 10 | |
| 11169 | 10 | |
| 11170 | 10 |
Thank you! I will try out
You could try:
split the table into two: table 1 where ID = 40 and table 2 where ID = 10;
remove duplicates in table 2;
recombine tables.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 8 | |
| 7 | |
| 7 |