Forum Discussion
Opening Balance row wise
Have you tried creating a measure based upon OPENINGBALANCEYEAR?
https://msdn.microsoft.com/en-us/library/ee634886.aspx
Hello,
I had tried OPENINGBALANCEYEAR in measure but it came up with a blank value.
Let me share an example:
Name Opening Balance Column1 Column2 Closing Balance
1st person 2500 100 50 2650
2nd person 1500 150 100 1750
In above example each person will have its own opening balance based on the dates which will be passed by the report level filter, so if am setting a report filter from 01/01/2016 to 25/04/2016 then the opening balance should show up till the 31/12/2015 for "1st person" and "2nd person" respectively.
I had tried with some of the Time Intelligence functions but couldn't get desired result, as it mostly gives me Circular Dependency error.
Thanks
- achinm4510 years agoAdvocate IV
Hi azizshaikh
Can you send me the screenshot of your measure or calculation ?
I will need to know how are you putting filters dates. Is that single column or two columns ?
BR,
Achin