Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a pivot table as given below where the dimension field is Description
Description Actual Budget
Sales 10000 15000
less Purchase 6000 10000
Gross Profit 4000 5000
Staff Expense 2000 3000
Other Expense 1000 1000
Total Expenses 3000 4000
Profit 1000 1000
Expression for Actual is sun(actual) Budget is sum(Budget)
Now I want to calculate the rows highlighted in Red
Gross Profit= Sales-Purchase
Total Expense = Staff Expense+Other Expense)
Profit= Gross profit-Total Expense
Pls help me to calculate above rows in my pivot table
Hi,
is this same thread
As per my knowledge this is not possible.
You can not use Expression in between Dimension Values .
So try with some new logic to do the required output
Regards.
How is your datamodel?
Thanks max
What logic would you suggest?
My data model is based from an excel sheet as follows
Description Actual Budget
Sales
Purchases
Sales
Staff Expenses
Other Expense
Puchase
So load the excel sheet and create the pivot table
Can you provide sample data file in excel... I would love to work on this...
Hi Swvehl
I have read it. Is there any simple way to do it ?
Hi Manish
I attaching it
Check enclosed file....