Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next 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

Reply
clarkmc07
Regular Visitor

Resolving Variations in Data - IE: Address Grouping

Hello,
I’m working with a shipment data set and am looking for a solution to group slight variations in the data. For example, company name may vary between shipments, (ABC Co. vs. A.B.C. Company) or an address is entered with an inconsistent abbreviation (St. vs Street). I'm trying to resolve this once so that when new shipment data is appended it automatically resolves the variations. Sample data shows below - this currently shows as 3 shipments to 3 different companies when in the end it should show 3 shipments to 1 single company. Any input would be appreciated!

 

Sender Company NameSender Address 1Sender Address 2CityStateZip
ABC Co.123 Avery Lane MilwaukeeWI53252
A.B.C. Company123 Avery Lane MilwaukeeWI53252
ABC Co123 Avery Ln MilwaukeeWI53252
1 REPLY 1
Anonymous
Not applicable

Where is your data source?  Say for from SQL server, you can write a stored procedure to pre-process this kind of data.  Or when you can click home -> edit queries -> Add Columns -> Column From Examples to conduct the conversion such as Ln to Lane and Co. to Company.  Depends on the complexity of the conversion, you can need to add multiple columns to get what you want.

 

Hope it helps.

 

Eric Ji | Senior Business Intelligence Consultant
www.designmind.com

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.