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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
afaro
Helper III
Helper III

Does using power bi parameters with direct query mode prevent refresh?

I know direct query in power bi doesn't allow calculated tables as that blocks automatic refresh. 

Are power bi parameters defined something like this cause any problems with refresh?: 

Table1 and Table2 are both queried using DirectQuery in report.
I noticed the symbol for parameter and calculated table on data tab seems to be the same.

Measures = {
    ("Measure1", NAMEOF('Table1'[Measure1]), 0),
    ("Measure2", NAMEOF('Table2'[Measure2]), 1)
}

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@afaro , Parameter table, and Calculated table are both import modes. So should be fine. Juts check the Table type in Model View.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @afaro ,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

Anonymous
Not applicable

Hello @afaro ,


I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.


Thank you.

Anonymous
Not applicable

Hi @afaro ,

Thank you for reaching out to the Microsoft Fabric Community. Also thank you @amitchandak  and @TomOs  for your inputs.

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.


Thank you.

amitchandak
Super User
Super User

@afaro , Parameter table, and Calculated table are both import modes. So should be fine. Juts check the Table type in Model View.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
TomOs
Resolver I
Resolver I

Using Power BI parameters with DirectQuery mode does not inherently block refresh, but there are some caveats. Unlike calculated tables, which generate static data at load time, parameters act as dynamic inputs and are usually resolved at query execution, making them more flexible

 

However, issues can arise if the parameters influence calculated tables or columns, as those require import mode or static evaluation. Also, if parameters are used to dynamically filter DirectQuery sources in ways that create complex query dependencies, you might run into performance or refresh issues

 

The icon similarity between parameters and calculated tables in the data tab is just a UI design choice and doesn't indicate the same behavior. If you're seeing refresh problems, check if your parameters indirectly reference computed elements that require Import mode.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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