Forum Discussion
Anonymous
7 years agoNot applicable
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...
- Anonymous7 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.
Anonymous
7 years agoNot applicable
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.