Hacker News new | ask | show | jobs
by Lukas1994 816 days ago
Great question! Quite often in financial models, you're dealing with "dimensions" (e.g. your revenue is broken down by product, geography, and time). To model this in Excel you have to write complex SUMIF/INDEX/MATCH formulas. Then you have to drag these formulas over 1000s of cells (if you make a mistake you're screwed, see https://eusprig.org/research-info/horror-stories/).

Causal's building blocks are "variables" and "dimensions" which makes it much more powerful to work with dimensional data.

This video explains this in a more visual way: https://www.youtube.com/watch?v=WELP2A5IzF4&ab_channel=Causa...

1 comments

Thank you. That makes sense. I totally agree, Excel is a nightmare to debug.