PBI - Assets becoming liabilities, and back ...

fred2406

New Member
Joined
Feb 24, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hello everyone,

I am looking for a neat way to show balance items as assets when their month-end balance is a Debit (>0) and liabilities when their month-end balance is a Credit (<0).
Let me illustrate:

We have a bank account where:
on 15.01.2020, we deposit 1,000
on 15.02.2020, we pay out -2,000
on 15.03.2020, we deposit 3,000

At each month-end, the balance for that account is as follows:
31.01.2020, DR balance of 1,000 (+1,000)
29.02.2020, CR balance of -1,000 (+1,000 -2,000)
31.03.2020, DR balance of 2,000 (+1,000 -2,000 +3,000)

We want to show the DR balances as ASSETS in the balance sheet in January and March, as LIABILITIES in the balance sheet in February.

Any ideas?

Thanks in advance.
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
welcome, fred
one idea is an IF formula
for specific help for your situation, please show how the file is set up. such as description of worksheets & samples of cells
regards, fazza

PS. I found this thread by searching for unanswered threads. It was only after replying that I see this is in Power BI. I don't use Power BI so can't help specifically with that. For doing this in a normal pivot table one could create a field in SQL. Such as SELECT balance, IIF(balance<0, 'LIABILITIES', 'ASSETS') AS [Category] FROM table ...
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,478
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top