web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Business Central Dashboard Tile Data Not Updating Automatically

(4) ShareShare
ReportReport
Posted on by 14

In the Business Central dashboard, the tile data does not update automatically. However, when I click Activities and select Refresh Data, the data updates correctly.

Is there a solution to resolve this issue so that the tile data updates automatically?

I have the same question (0)
  • Suggested answer
    DAnny3211 Profile Picture
    11,417 Super User 2026 Season 1 on at

    Hi SA-31120344,

    Thanks for your question! The issue you're experiencing—where dashboard tile data in Business Central only updates after manually refreshing—is a known behavior in certain configurations.

    Here are a few things to check:

    1. Background Update Settings

      • Business Central tiles typically rely on background jobs or cached data.
      • Ensure that the Job Queue is running and includes tasks related to data refresh or tile updates.
    2. Role Center Configuration

      • Some Role Centers are designed to show static data until refreshed.
      • You can try switching to a different Role Center or customizing the current one to include live data tiles.
    3. Browser Cache

      • Occasionally, browser caching can delay updates. Try clearing the cache or using a different browser to test behavior.
    4. Custom Tiles

      • If you're using custom dashboard tiles, make sure they are configured to pull data dynamically and not rely on static snapshots.
    5. Microsoft Support

      • If none of the above resolves the issue, consider raising a ticket with Microsoft to confirm if this is expected behavior or a bug in your version.

    Let me know if this helps, and please mark the response as helpful if it answered your question 😊

    Best regards!

  • Suggested answer
    YUN ZHU Profile Picture
    99,559 Super User 2026 Season 1 on at
  • Suggested answer
    Sohail Ahmed Profile Picture
    11,169 Super User 2026 Season 1 on at
     
     
    ✅ Mark this as the verified answer if helpful.
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    22,281 Super User 2026 Season 1 on at
  • Suggested answer
    Gregory Mavrogeorgis Profile Picture
    992 Super User 2026 Season 1 on at
    That’s expected in BC—tiles don’t refresh automatically. They only update when you reload the page or use Refresh Data. If you need them live, you can try cues with FlowFields or set up a job queue, but out of the box it’s manual.
  • Suggested answer
    Sumit Singh Profile Picture
    11,759 Super User 2026 Season 1 on at
    Hi,
     
    If the tiles are custom, that is a very common source of performance problems and data refresh issues. You can re-check and try if anything is missing from below points:-
    1. Use FlowFields: This is the most important rule. The cue should be based on a field in a table (like a "Setup" table) where the FieldClass is set to FlowField. The CalcFormula should use an efficient Count or Exist method on the target table.
      • Why? FlowFields are translated into highly optimized SQL queries (using SIFT technology) that run directly on the database, which is orders of magnitude faster than looping in AL code.
    2. Use a Dedicated Setup Table: Create a single-instance table to hold your custom cue fields. The Role Center page part should then be based on this table. This is clean and efficient.
    3. Offload Complex Calculations to a Job Queue: If the logic for a cue is too complex for a single FlowField (e.g., it needs to process data from multiple tables), do not calculate it in real-time.
      • Solution: Create a Codeunit with the calculation logic.
      • Schedule this Codeunit to run periodically via a Job Queue Entry.
      • The Codeunit's result is stored in a simple, normal field in your setup table.
      • The cue on the Role Center then just displays this pre-calculated value, which is instantaneous.
    Note: This answer is based on my understanding, with Microsoft Copilot helping me organize and polish the wording.
    Mark the Boolean true “Does this answer your Question” if this was Helpful.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,028 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,121 Super User 2026 Season 1

#3
Teagen Boll Profile Picture

Teagen Boll 669 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans