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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

DataflowGen2 on MS Fabric: Optimize column profiling on millions of rows (1-5mil)

Hello, 

I have datasets residing on hive_metastore of Azure Databricks storage, in the range of 1-5 millions of records. I wish to use the Column Profiling feature on the entire dataset after loading the data using Get Data experience on a DataflowGen2 object . 

When I am changing from "Column profiling based on top 1000 rows" to "Column profiling based on entire dataset" , the processing takes forever when applied on the 1 million dataset, and happens instataneously when applied on the 1000 rows one. 

What steps shall I take to optimize the performance here, to perform column profiling on entire data set?

SofiaGinger_0-1717502170623.png

 

1 ACCEPTED SOLUTION
miguel
Community Admin
Community Admin

This is something that we don't have full control over. It relies on 3 specific components:

  • Data source: and the resources available for it
  • Connector: owned by the Databricks team
  • Power Query editor: it effectively runs the queries that the connector tells it to run and it tries to later cache the results if they're fully computed

I can pass your feedback to the Databricks team, but there's nothing beyond what you're doing today that can impact the performance of the profiling for such scenario.

View solution in original post

1 REPLY 1
miguel
Community Admin
Community Admin

This is something that we don't have full control over. It relies on 3 specific components:

  • Data source: and the resources available for it
  • Connector: owned by the Databricks team
  • Power Query editor: it effectively runs the queries that the connector tells it to run and it tries to later cache the results if they're fully computed

I can pass your feedback to the Databricks team, but there's nothing beyond what you're doing today that can impact the performance of the profiling for such scenario.

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors