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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.