Hi community,
BLUF: How can I compare budget to actual?
We have data in one system that holds our actual sales amounts. We have data in a separate system that holds the budgeted sales amounts. I want to show the actuals and the budgeted in the same card.
This seems easy enough in theory, but I've been struggling to implement it. The biggest issue, of course, is that the two systems speak different languages. The Actual dataset has the location titled as "Location", where the Budget dataset has the location titled as "Subsidiary". Other examples of discrepancies: LastName, Last. Account, Stats Account.
If the column name was the only issue, then it'd be simple enough. But unfortunately the underlying data is different too. For instance, in Actual, the Location is listed as "Sioux Falls", but in Budget, the Location is listed as "100 Sioux Falls"
There isn't one column that's common across the two datasets, so I don't know how to join them. If I do ETLs to CASE WHEN one dataset into the other's language, that seems overly cumbersome for what seems to be a simple ask.
I've tried everything I can think of. I would love to see a bar that has the "budgeted" amount, and then a bar that has the "actual" amount.
Any help is appreciated.