Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi.
Sorry this is going to be a very general question however im stuck on even architechting what I want.
To make a crud application in the fabric universe is not too complicated. Create a power app that can update a data source, maybe slap a visualisation on top using PowerBI, make it direct query and every time you enter data and refresh the browser you will have the latest data. However there is a requirement that this visualisation will just sit on a screen and auto update and noone needs to touch it. I don't immediately know how to do this. I know there is a way to refresh data in a power app using a refresh function and a timer but this seems a bit hacky. I also know there is real-time intelligence in fabric however I believe this is more to do with streaming rather than new data enetering a source maybe every half an hour.
Is there an obvious solution that I am missing in the fabric or azure ecosystem. The visualisation doesn't need to be complex at all so having a CRUD power app that can update with live data will fit the requirements.
Thanks.
Hi @JordanAdam98 ,
Just checking in to see if you query is resolved and if any responses were helpful.
Otherwise, feel free to reach out for further assistance.
Thank you.
Hi @JordanAdam98 ,
Just wanted to check if the responses provided were helpful. If further assistance is needed, please reach out.
Thank you.
Hi @JordanAdam98 ,
Thanks for sharing your requirement in Microsoft Fabric Community.
As mentioned by @MJParikh and @tayloramy , the two main options in Fabric are either Power BI with Direct Lake/DirectQuery and automatic page refresh, or Real-Time Dashboards connected to KQL/Eventhouse for continuous updates.
Since your scenario sounds closer to a CRUD-style application where updates may only happen every few minutes or half an hour, using a Fabric Warehouse or Lakehouse as the data source with DirectQuery/Direct Lake and enabling auto page refresh in the report is usually the simplest approach. That way, the report can stay open on a screen and pull in changes without any manual refresh.
For Reference: Automatic page refresh in Power BI Desktop - Power BI | Microsoft Learn
If you need the visuals to update every few seconds instead of minutes, using Real-Time Dashboards would be the better option.
Please reach out for further assistance.
Thank you.
Thanks to @MJParikh and @tayloramy for your valuable inputs.
To create a live data visualization that updates automatically in the Microsoft Fabric system, the best option is to use Power BI’s Direct Lake/DirectQuery mode or the new Fabric Real-Time Dashboards that refresh on their own. These approaches allow dashboards to update automatically without any user intervention.
1. Power BI with Direct Lake/DirectQuery
2. Fabric Real-Time Dashboards
3. CRUD with Power Apps Embedded in Power BI
Minimal Implementation Steps
Store your data in a Fabric Lakehouse, Data Warehouse, or KQL Database.
Build a semantic model with Direct Lake/DirectQuery in Power BI, or use Fabric Real-Time Dashboards for KQL/Eventhouse sources.
In Power BI, go to the report “Page Information” and configure "Auto Page Refresh" with the required interval.
For dashboards, open the “Manage” or dashboard properties and enable “Auto Refresh,” choosing your desired interval.
When using CRUD, embed Power Apps into the report to handle writes; pair updates with Direct Lake/DirectQuery for instant reflection in visuals.
Example Scenario
For a CRUD dashboard where users update data through a Power App, and managers see a live-updating status board:
Hi @JordanAdam98,
For Power BI, I believe that the page needs to be refreshed or the refresh button at the top right of the report needs to be clicked to refresh visuals if the semantic model changes while the report is open.
Have you considered using a realtime dashboard sitting on a KQL database? This will refresh in near real time.
Create a Real-Time Dashboard - Microsoft Fabric | Microsoft Learn
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution.
User | Count |
---|---|
32 | |
16 | |
13 | |
9 | |
8 |
User | Count |
---|---|
49 | |
31 | |
25 | |
16 | |
13 |