Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Marco0984
Frequent Visitor

Balancesheet Account Remapping

Hi all

 

I need some help and I was hoppeing that someone of you could help me. 

 

In my balancesheet I do have some accounts in the assets which have to move to the liabilieties if the amount is negativ. I also have liabilieties account which have to be mapped to the assets if they are postive.

 

My balance calculation is this dax formula:

 
Laufender Saldo =
CALCULATE(
    SUM('FaktenFibu'[Betrag in Hauswährung])*-1,
    FILTER(
        ALLSELECTED('DIMKalender'[Datum]),
        ISONORAFTER('DIMKalender'[Datum], MAX('DIMKalender'[Datum]), DESC)
    )
)

 

This is an example of my dimension table of the balances sheet account (called BSKontenplan). I already added the information of the new mapping.

That means: if amount on account 68400 is smaller than 0.00 then it has to go to account 68400_W and 0.00 on 68400

 

Any idea how so solf that?

 

Marco0984_0-1700559141288.png

 

Thank you very much for your help. I already wasted a day with google 🙂

 

 

0 REPLIES 0

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors