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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Power BI Direct Query

Hi,

 

We have a Data Model that is using Direct Query connection to source database- Azure Databricks. The table A and B are joined with one to many relationship in the model on the unique ID. As the data is huge we have partitioned both the table in Databricks based on month  . It is noticed in the Databricks query log Partitions are only respected for one side of the table where as for the many side of table all rows (each day) are scanned even after passing a month filter through Power BI.  On checking the query execution in Databricks, we see due to the join on ID , table B scans all rows first and then filters on month.  This results in performance issue. Is there any way the query execution be modified so that table B respects partition ? For ex if Month from table A is filtered for January, then table B should only hit January partition rather than scanning all rows in Database.

1 REPLY 1
Anonymous
Not applicable

HI @Anonymous,

These should be the basic part of power bi desktop features, I don't think you can do directly do custom or modify with these feature settings without add new tables or modify the current table structures.

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

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.

Top Solution Authors