Forum Discussion
Opening balance quarter
- 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
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
- Whoule3 years ago
Helper I
This will do the job for now. Thanks for your help.