I have a table with two columns named Table[Current Asset] and Table[Current Liabilities] and I wanted to make a dax measure where:
1.) if there were negative values inputted on the table[current asset], it will be then transferred to table[current liabilities], else it will stay at table[current asset]
2.) if there were negative values inputted on the table[current liabilities], it will be then transferred to table[current asset], else it will stay at table[current liabilities].
and the negative asset cq liability should be transferred to the other side, remaining its negative value,
a possible solution is Assets Liab transferred.pbix (49.1 KB)
creating 2 basic measures, sum current assets and sum current liab.
creating 2 additional measures which calculates the required amounts, like
As you want both columns adjusted, one measure in my opinion is not enough, you need two measures to be able to recalculate the current assets and current liabilities.
Probably accounting wise the negative assets values should become positive liability values and vice versa (instead of remaining negative on both sides )?
Is this a solution which will work for you ?
Kind regards, DeltaSelect
Hi there
I know what you trying to do there but very careful concerning balance (negative/positive) of certain accounts. Like accumulated depreciation is a negative balance but its part of the asset side not a liability side for the balance sheet.
I know that liability accounts can go into positive amount but you need to make sure its on the right side of the balance sheet.
Positive amount on the liability side should be investigate.
@ronald_balza ,
i’ve worked in accounting/finance area for years. to learn about assets and liability and capital area of the balance sheet you can research on internet. you can also search accounting in the search bar to see what come up too.
i don’t know what area of specialization your have but you just need to careful on classification of your accounts.
Hi @ronald_balza, did the response provided by @Keith help you solve your query? If not, how far did you get and what kind of help you need further? If yes, kindly mark as solution the answer that solved your query.
I hope that you are having a great experience using the Support Forum so far. Kindly take time to answer the Enterprise DNA Forum User Experience Survey, we hope you’ll give your insights on how we can further improve the Support forum. Thanks!