Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Calculation for columns in Management Reporter

(0) ShareShare
ReportReport
Posted on by 5

In Management reporter, working on an income statement. I have a field to calculate the % of variance between our current actual income/expenses and the budget.

Two questions:

Is it possible to have a calculated field (using a formula) that can apply to both income and expense line items with the same formula?

In prior months, the formula I am using prompts inaccurate calculations. For example, there will be no values in the row (0 current expenses, 0 budgeted) but will provide a %value. Why?

This is the current formula i use, along with an example of the columns i'm working with.

IF B<>0 THEN C/B ELSE IF C<0 THEN -1 ELSE 1

A B C D
Actual Expenses Budgeted Expense Fav(Unfavorable)
(B-A)
%Variance
150 300 =300-150  (formula above here)
Categories:
  • Greg Byer Profile Picture
    Greg Byer 2,586 on at
    RE: Calculation for columns in Management Reporter

    Hi,

    If you have a CALC column, then the calculation in that column would apply to all rows.  Both the income and expense rows would use the calculation that was in that column.

    If we look at the example you have, the first part of the calculation is the condition:  IF B <> 0.  Column B has an amount of 300 so the condition is true.  MR will then do the THEN part of the calculation:  C/B or 150/300.  Column D should have a value of .5.

    If the Actual Expenses is 0 and the Budgeted Expense is 0, then the condition is false as B is equal to 0.  MR will then do the ELSE part of the calculation:  IF C <0 THEN -1 ELSE 1.  Here we have another condition:  IF C <0.  C would be 0 in this case, so the condition is false.  MR will do the ELSE part, so column D would display 1.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,575 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,493 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans