Forum Discussion

MrMP's avatar
MrMP
Helper III
3 years ago

Cash Collection based on Sales

Hi,

 

I have a following table structure

MonthSales
January100
February200
March300

 

This is the input for power bi. I need to create measures so i can have table structure like following:

MonthBegining balance measureSalesCollection %  (50%) measureEnding balance measure
January01005050 (0+100-50)
February50200125 (250*0.5)125 (200+50-125)
March125300150275 (125+300-150)

 

Thank you!

1 Reply

  • MrMP's avatar
    MrMP
    Helper III

    Anyone here that can help out? 🙂