So I have a column in a matrix that is kicking my tail and I'm trying to make a calculated column to resolve this.
It's a column that if no values for that Category in the table are present it turns up blank and that is causing problems in the report.
Each column represents a table of transactions in the dataset.
The problem child is the "Cost to Complete" column. If there are adjustments out side of the estimate to a particular category, transaction totals are populated in Cost to Complete and the remaining budget is based on those adjustments.
However if no adjustments are made, the cost to complete column should reflect the higher of the Revised Estimate or the Actual costs.
I've tried the below formula but it always is coming up False and using the Cost to Complete.
= IF(isblank(CALCULATE(SUM(Cost To Complete))),MAX(CALCULATE(SUM(Actual Costs)),CALCULATE(SUM(REvised Estimate))),CALCULATE(SUM(Cost to Complete)))
It would also seem my Max statement is not doing it's job correctly either as I reversed the true/false formulas and I'm getting a totally off the wall value.
Looking for some guidance.
Just if anyone is interested, I was able to achieve my goal.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
94 | |
82 | |
42 | |
32 | |
28 |
User | Count |
---|---|
130 | |
95 | |
84 | |
46 | |
40 |