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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
hgorina
Frequent Visitor

fuzzy grouping

I am trying to group text based on fuzzy matching
my initial approach was to group based on full match, but I have realised that this gigantic dataset is not consistent

sample dataset

 

3 REPLIES 3
Anonymous
Not applicable

Hi @hgorina,

 

Your snapshot seems broken, can you fix it with some sample data to help use clear your data structure?

How to Get Your Question Answered Quickly

 

You can also take a look at following link to know how to achieve fuzzy string compare based on dax formula:

From SQL to DAX: String Comparison

 

Regards,

Xiaoxin Sheng

sample fuzzy matchessample fuzzy matches
Thanks for responding
the dataset is huge, and it comes from the zipped log files from some software chashes, I cannot do anything with sql query and i think DAX will be way too slow. I am trying to work on the query level.

the goal is to find similar lines - they may have various numbers and verbalization, but they explain a reason for the crash, which I want to quantify

thanks again

Anonymous
Not applicable

HI @hgorina,

 

I think you need to create a calculated column to extract and store particular error message text.

 

Then you can create a dictionary table with some keywords which used to compare with extracted error message text and as group category label.


If you still confused on coding formula, can you please share some sample data with same data structure so that we can test to coding formula?

Notice: please do mask on sensitive data before share.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.