Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I have multiple data sources that each contain a client name column. I would like to create a master list with all client names that I can later use as a slicer to search all of the datasets. Here is my situation:
a. there is no singular data sheet that has all of the client names, nor is there a common index between the sources. each source has their own index ID system
b. there are many duplicates, both within a single sheet and between sheets
c. some sheets format the names quite differently than the others (Apple vs. APPL vs. Apple Inc., etc.), preventing the system from identifying the match between tables
Does anyone have ideas on how to make a singluar sheet summarizing our client list?
My initial thought would be to create a table with all the aliases:
| Client Name | Client Name (Table 1) | Client Name (Table 2) | Client Name (Table 3) |
| Apple Inc. | Apple | APPL | Apple Incorporated |
| Amazon.com | Amazon | AMZN | Amazon.com, Inc. |
The only issue is how to create this, either within power bi or in excel? Short of manually searching each table for the alias for each of the hundreds of clients we have, I cannot think of a way to do it. I would also like the solution to be formula driven within Power BI so that when clients are added and removed, the system would update this Client Alias Table automatically, instead of me having to be aware of each addition/subtraction and making the edit in the table by hand.
If anyone has experience with this situation please let me know. Help is greatly appreciated!
@ChrisR22 , Try if Table.AddFuzzyClusterColumn of power query can help
Power Query Table.AddFuzzyClusterColumn: https://youtu.be/osF1z5kgvMo
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 |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |