Forum Discussion
Calculated Row for Balance Sheet Matrix Help
- 8 years ago
You can't just add a ROW. But you can get what need to write a few measures
Assets = CALCULATE(SUM(table[CREDIT]),table[Account Type]="Assets")-CALCULATE(SUM(table[DEBIT]),table[Account Type]="Assets")
Liabilties = same but with ="Liabilities"
Member Contribution = measure to calcualte that
Then Retained Earnings = [Assets]-[Liabiliities]-[Member Contribution]
You can then add a Card to show this measure or Multi-Card to show the three componts and title or a Matrix with these meausres as values and display on Rows selected from the formatting pane.
Hi plddogs,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share your data sample and your expected output, so that we can help further investigate on it?
Best Regards,
Cherry