TYPE | The tooltip says: “This driver, or one of its formula inputs, is performing an operation across incompatible types or resolves to a non numeric value.” | A Number driver uses dateAdd() and returns a date. | Change the driver to a Date driver, or change the formula so it returns a number. |
CIRC | The driver depends on itself in the same period, directly or through another formula. | Revenue references Total revenue, while Total revenue references Revenue. | Remove the self-referential dependency. If the logic should use a prior period, reference the prior period instead of the current one. |