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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
maibacherstr
Helper III
Helper III

Does Dataverse Enable My PBI Service Report to Auto Refresh?

Hello community, just a straightforward question: by connecting a report to Dataverse as its source, can the data in my published report auto refresh when the browser window refreshes?

 

If not, what would be the easiest method to achieve this when Dataverse is used?

 

Thank you!

1 ACCEPTED SOLUTION
otravers
Community Champion
Community Champion

Refreshing the browser window doesn't refresh the underlying dataset in Import mode, just the visuals. You can use DirectQuery with Dataverse, in which case you can get the visuals to auto refresh periodically (meaning there's no need to manually refresh the browser) but bear in mind that DirectQuery can be slow.

 

Here's the relevant documentation:

https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh

 

------------------------------------------------
1. How to get your question answered quickly - good questions get good answers!
2. Learning how to fish > being spoon-fed without active thinking.
3. Please accept as a solution posts that resolve your questions.
------------------------------------------------
BI Blog: Datamarts | RLS/OLS | Dev Tools | Languages | Aggregations | XMLA/APIs | Field Parameters | Custom Visuals

View solution in original post

4 REPLIES 4
otravers
Community Champion
Community Champion

Refreshing the browser window doesn't refresh the underlying dataset in Import mode, just the visuals. You can use DirectQuery with Dataverse, in which case you can get the visuals to auto refresh periodically (meaning there's no need to manually refresh the browser) but bear in mind that DirectQuery can be slow.

 

Here's the relevant documentation:

https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh

 

------------------------------------------------
1. How to get your question answered quickly - good questions get good answers!
2. Learning how to fish > being spoon-fed without active thinking.
3. Please accept as a solution posts that resolve your questions.
------------------------------------------------
BI Blog: Datamarts | RLS/OLS | Dev Tools | Languages | Aggregations | XMLA/APIs | Field Parameters | Custom Visuals

Thank you very much! Now that I tried this out with my first directquery connection ever (have only been a developer for almost four years), I just have a straight DQ question: whereas I used to write my DAX columns and measures in the desktop (cached/import connection), am I now supposed to write all DAX into Dataverse calculated fields??

 

Many thanks for clearly answering my question up front. Double kudos if you can answer this follow-up.

To the extent the logic in your DAX columns is easy to replicate in Dataverse, I'd favor leveraging  the latter as it might perform better. The larger the dataset the more it's recommended to avoid DAX calculated columns and move the necessary transformations upstream (Dataverse in your case).

 

That said I can't vouch for Dataverse performance with calculated fields, I've only used Dataverse cursorily. With a "regular" SQL server I'd go with creating the columns in SQL views for sure.

------------------------------------------------
1. How to get your question answered quickly - good questions get good answers!
2. Learning how to fish > being spoon-fed without active thinking.
3. Please accept as a solution posts that resolve your questions.
------------------------------------------------
BI Blog: Datamarts | RLS/OLS | Dev Tools | Languages | Aggregations | XMLA/APIs | Field Parameters | Custom Visuals

Awesome, I really appreciate the sanity check here. Good thing I'm studying for the PL-200 exam and should be able to figure out those calculated fields -- as mentioned I've never put my hands on DV or DQ until very recently.

 

Thanks again.

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.

Top Solution Authors