BobbyBull2009
New Member
- Joined
- Oct 28, 2015
- Messages
- 4
Hello,
I am using Excel 2010 and have difficulties to do a calculation (whether using measure or column).
My database is as follow:
I have two tables: System_1 and System_2
Each table has several accounts (rows) with a specified value (column)
The tables (or systems) are not the same - the one table could have accounts which the other does not, and if both Systems have a specific account it could be that the value differs.
What I want is the following:
A PowerPivot table stating the accounts (rows) of the combined systems (tables) and four columns:
Value of System_1
Value of System_2
The difference between the systems should both systems have the account
The remaining difference (i.e. where one of the system does not have the acccount)
I have created a PowerPivot table whereby I combine the two tables and also give me the vales of both systems in the columns.
However, I am struggling to create a calculation as mentioned above which will also be part of the PowerPivot table (as the table might change)
If it was a formula in Excel I would have used a simple formula such as IF(AND(System_1<>0,System_2<>0),System_1 - System_2,0) and the last formula as System_1 - System_2 - Delta (as calculated by the previous formula).
Any help would be appreciated. Thanks!!
Note: I have only recently started with PowerPivot, so my knowledge of all tabs and lingo is limited.
I am using Excel 2010 and have difficulties to do a calculation (whether using measure or column).
My database is as follow:
I have two tables: System_1 and System_2
Each table has several accounts (rows) with a specified value (column)
The tables (or systems) are not the same - the one table could have accounts which the other does not, and if both Systems have a specific account it could be that the value differs.
What I want is the following:
A PowerPivot table stating the accounts (rows) of the combined systems (tables) and four columns:
Value of System_1
Value of System_2
The difference between the systems should both systems have the account
The remaining difference (i.e. where one of the system does not have the acccount)
I have created a PowerPivot table whereby I combine the two tables and also give me the vales of both systems in the columns.
However, I am struggling to create a calculation as mentioned above which will also be part of the PowerPivot table (as the table might change)
If it was a formula in Excel I would have used a simple formula such as IF(AND(System_1<>0,System_2<>0),System_1 - System_2,0) and the last formula as System_1 - System_2 - Delta (as calculated by the previous formula).
Any help would be appreciated. Thanks!!
Note: I have only recently started with PowerPivot, so my knowledge of all tabs and lingo is limited.