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

DrillThrough in Direct query

Hello all, 

 

I face an issue on a report that contains a DrillThrough functionality...

Let me explain: 

 

My first tab in the report is a summary page with few slicers and a little table containing 5 rows and 4 columns.

I put a Drillthrough functionality on the value to see another page containing detail data.

The detail data tab contains a big table with around 70 columns and, depending on the value choosen to drill, between few hundred and few thousand rows.

For info, the summary tab and the detail tab are based on the same fact table, which is in direct query.

In my model, I have 20 dimensions, which are in import.

My fact table currently contains 10M rows and is supposed to grow up.

 

My issue:

- When it works, the display of the detail table is so long (around 1 minute)

- Since 2 days, it didn't work anymore:

PboyBI_0-1657615396324.png

I checked the direct query with the "performance analyzer" and I see a huge query with a lot of rows (select top 1000001, etc...)

 

In my fact table, I deleted all the fields that are useless for this report.

On the source side, which is an Azure SQL Database, all the necessary Index and partitioning have been made.

So I'm a litlle lost with that...

Do I make the thing the wrong way? I do not see any other way to do that...

 

Thank you in advance for your help.

1 REPLY 1
v-chenwuz-msft
Community Support
Community Support

Hi @Anonymous ,

 

This situation can occur with a simple chart that includes a very high cardinality column, with the aggregation option set to Don’t Summarize. Please try to add more filters when drill through. The visual needs to only have columns with a cardinality below 1 million.

 

For more details you can refer this  link.

Use DirectQuery in Power BI Desktop - Power BI | Microsoft Docs

 

If it does not work please create a support ticket.

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI 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