Forum Discussion

Whoule's avatar
Whoule
Icon for Helper I rankHelper I
3 years ago
Solved

Opening balance quarter

Hello,    I am looking for a solution on the OPENINGBALANCEQUARTER measure not working. To provide a generic picture of my data, I imported multiple excel files that total millions of rows and comb...
  • v-yueyunzh-msft's avatar
    3 years ago

    Hi , Whoule 

    According to your description, the OPENINGBALANCEQUARTER() function return null . Right?

    I test in my side , when we use the [Date] in the 'Date' Table it will return null. We need to use the [Date] in the 'Testing' Table,like this:

    Measure = OPENINGBALANCEQUARTER(SUM('Testing'[Local Currency Amnt]),'Testing'[Date])

    Then we can get the opening balance value :

     

    And you also need to put the Date in it not the hirearchy type.

    If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem.

    Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

     

    Best Regards,

    Aniya Zhang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly