Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi!
I have some tables with different queries using DirectQuery in the same page. The thing is, some will be invisible until someone goes to some bookmark.
My question is: if the table is invisible, is the query done? (that is, is the query done when the table is made visible, or as soon as you change to that page?)
Thanks!
First of all, thanks for answering.
Yeah, I meant the table visual. It can be a table, chart, etc. What I'm asking is, if I set the visual as invisible (through the selection pane), will it load the data, even if it isn't showing?
Are you refering to the visual table on Report page? When you say table is invisible, do you mean the table is empty? or the table is removed from the report page?
In DirectQuery mode, Power BI will send query request to the source data server when a page is refreshed. The empty visual table means the query result is empty.
HI @Tropped,
For directquery mode, power bi not direct import or copy data to power bi, so data panel will been disabled.
power bi will generate queries to execute on database side and receive result and format them as table. (it similar as t-sql result table, not real generated and only used display the result)
Please take a look at following links to know about this mode:
DirectQuery, Live Connection or Import Data? Tough Decision!
Use DirectQuery in Power BI Desktop
Regards,
Xiaoxin Sheng
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.