Reservoirdawgs
New Member
- Joined
- Dec 28, 2018
- Messages
- 2
I am trying to make a measure that combines a starting budget and a revised budget to create a final budget. As an example of what I am looking for, some line items have a starting budget (say $200) and no revised budget ($0), so the final budget would be $200. Some line items had a starting budget of $500 and a revised budget of $700, meaning that $200 was added to that line by the end of the fiscal year. Here's an example of what my dataset looks like:
Starting Budget Revised Budget (what I want) Final Budget
$500 $200 $700
$200 $0 $200
$1,000 $500 $1,500
I can't do a measure where I take the starting budget + (revised-starting) because the fields that have a $0 in the revised budget would then have a negative. What formula should I use to make this measure in PowerBI?
Starting Budget Revised Budget (what I want) Final Budget
$500 $200 $700
$200 $0 $200
$1,000 $500 $1,500
I can't do a measure where I take the starting budget + (revised-starting) because the fields that have a $0 in the revised budget would then have a negative. What formula should I use to make this measure in PowerBI?