I have an issue that I have seen other posts about but have not yet found an explanation or resolution. Here is the situation :
We have 3 tables with roll up columns
There are 56 columns in total in the solution (17, 24 and 15 in the tables) - I have seen conflicting information about what the limit is, one MS Learn page says 10 per table, another more recent page says 50.
Recently we noticed that the roll up columns were no longer calculating automatically
The lines which have had a record created in a child table seemed to calculate but the other lines show a null value
Yesterday we modified all of the roll up columns to add a filter and this forced the calculation. However, the lines which were created today do not have any information - see screenshot.
The lines in the parent tables are created by a dataflow connected to an SQL view. The lines in the child tables are created by the users and dataflows.
When checking the system jobs, we see that the status of the calculation is stuck on "Waiting for a timer".
If we relaunch the system job, the status changes to "Waiting for resources" and then returns to "Waiting for a timer".
Can anyone help ?
Thanks