Switch language한국어
Back to the list

Rollup vs calculated columns in Dataverse: the async trap we fell for

TL;DR AI

Key summary

2 min read
  1. Dataverse rollup columns do not update instantly; they refresh on a scheduled asynchronous cycle.

  2. A team saw an account’s opportunity total stay stale on a dashboard after creating a new opportunity, even though the platform was working as designed.

  3. The article contrasts rollup and calculated columns and explains when each is appropriate.

  4. For live totals, it recommends alternatives such as post-operation plugins or query-time aggregation with FetchXML.

Read the original