Hi,
the Math Formula has a function “isInfinite” that returns 1 if a value is +/- infinite and 0 otherwise. You can use following expression to replace infinites with an arbitrary value:
(1 - isInfinite($column$)) * $column$ + isInfinite($column$) * <replacement>
Kind regards
Alexander