Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
Wondering if anyone has any suggestions or best practice regarding Power Query Clustering Values with large dataset(dataset has over 1.5million rows). I've tryied just about everything to reduce the lag and improve performance but with no luck.
it buffers or gets stock for hours without any results:
Any advice or recommandation is greatly appriacate, thank you!
Solved! Go to Solution.
Hi @Anonymous ,
Before applying the fuzzy cluster, we can refer the following link to optimize the data model to improve the performance.
As any fuzzy operation on the dataset will bring a huge performance impact to the data processing. The reason is that every text value has to be compared with every other text value in the table, the similarity threshold of the two has to be calculated (based on the algorithm above). This process is a very time-consuming process. Especially with more rows in the data table, you will feel it much more... Please find more details about Fuzzy Clustering...
Fuzzy Clustering in Power BI using Power Query: Finding similar values
Best Regards
Hi @Anonymous ,
Before applying the fuzzy cluster, we can refer the following link to optimize the data model to improve the performance.
As any fuzzy operation on the dataset will bring a huge performance impact to the data processing. The reason is that every text value has to be compared with every other text value in the table, the similarity threshold of the two has to be calculated (based on the algorithm above). This process is a very time-consuming process. Especially with more rows in the data table, you will feel it much more... Please find more details about Fuzzy Clustering...
Fuzzy Clustering in Power BI using Power Query: Finding similar values
Best Regards
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
64 | |
55 | |
53 | |
36 | |
34 |
User | Count |
---|---|
85 | |
74 | |
55 | |
45 | |
43 |