I have an SSRS report that pulls data from a cube and shows expense items and cost values. Im using a parent-child hierarchy to show the expense items relationship and roll-up costs as well. I need to show a parent expense item within it's self to show the different between the roll-up cost and the actual cost incurred on the expense item. For example
Software Development 10000 (Parent) Software Development 2500 -- I need to show this.. (child) Unit Testing 2500 (child) UAT Testing 2500 (child) Deployment & Config 2500 (child)
Please help.....