Hi,
I have a requirement regarding CRMA Dashboards. I have added two Gauge Charts inside a Repeater widget. When I apply conditional formatting to both gauge charts, both charts display the same measure value instead of using their respective measures.
Could you please advise how to configure different conditional formatting rules for multiple Gauge Charts within a Repeater widget in a Salesforce CRMA Dashboard?
Could you please help this query.
Thank you,
Praveen Annareddy.
This usually happens due to a context binding issue in Repeater widgets in CRM Analytics.
Inside a Repeater, Gauge charts can sometimes inherit the same query context, so when conditional formatting is applied, both gauges end up referencing the same measure instead of their individual ones.
What to check / fix:
- Ensure each Gauge chart is using a separate step/query, not a shared one inside the repeater
- Define conditional formatting rules separately per gauge, not globally reused
- Make sure the repeater is passing a unique item context (dimension/key) to each gauge
- Verify each gauge is explicitly bound to its own measure field (avoid implicit/shared bindings)
Important note:
This is a known limitation in Repeater + Gauge combinations in CRMA where context inheritance can override individual widget-level formatting.
If the issue persists, a common workaround is to avoid repeating gauges and instead use separate widgets or restructure the dataset to pre-calculate the required measures.
Hope this helps 👍