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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Azure1
New Member

Performance using Direct Query on Embedded Dashboard

When you deploy a dashboard using direct query to Azure, and embed it, and the datasource is an Azure SQL Database.  Does it need to pull in the whole table when a user accesses it like it does when you use direct query with desktop?  Or does it use the filters to narrow down the results into a smaller subset?  

 

 

1 REPLY 1
tringuyenminh92
Memorable Member
Memorable Member

 

Hi @Azure1,

For your questions: 

  • Does it need to pull in the whole table when a user accesses it like it does when you use direct query with desktop? >> No,   it just loads what needs to display and when you interactive with control in reports or after every ~15 minutes
  • Or does it use the filters to narrow down the results into a smaller subset? >> No, it's a mix between geneating query and memory cache - i will explain in next lines.

Cause when you/users interactive with filter, report will generate the query corresponding with that action and request to the sources (could be sql server and database engine).

 

I just quickly create small example as below picture:

when select filter options (i selected Male)when select filter options (i selected Male)query will be passed and executed in sources serverquery will be passed and executed in sources server

 

But the query for this action is only generated in first time and will be cached for the next actions. (you could go on to monitor the server side to verify this)
=> So there is no performance issue in here. it's perfect machanism

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

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

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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 Kudoed Authors