Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Budget Line

Hi,   I have a dataset with numerous categories, and each category has its own $ amount for each month. I am trying to add a budget line to each of the category in the same visual. This is what I w...
  • Anonymous's avatar
    Anonymous
    7 years ago

    The way I did it was to append the budget data to the data I have. Since the budget is a new column, anything that isn't from budget will be null, therefore the budget will not be overstated or understated as opposed to using merge. This worked for me for now.