Good morning,
I am new to Power Pivot and could do with some help please.
I have 2 columns (Requested & Actual) showing time and I need to confirm if we are above or below the actual requested time allowance.
I want to show if the Actual is lower than the Requested in a time value.
I am using the formula below, but the calculation always shows the value but not in a negative (-) value if the Actual is less than the Requested
Sorry if this is a simple question
thanks in advance.
Gavin
I am new to Power Pivot and could do with some help please.
I have 2 columns (Requested & Actual) showing time and I need to confirm if we are above or below the actual requested time allowance.
I want to show if the Actual is lower than the Requested in a time value.
I am using the formula below, but the calculation always shows the value but not in a negative (-) value if the Actual is less than the Requested
Code:
='Tablename'[Actual]-'Tablename'[Requested]
Sorry if this is a simple question
thanks in advance.
Gavin