Hi
You helped me previously with calculating accumulated balance sheet figures which was very helpful.
In the same accounting system users have the ability to generate their own templates for Revenues and Balance Sheet reporting. I want to create reports by interpreting the templates.
I have gone through your on line videos on financial reporting using templates but the methodology is a little different so I am really struggling with the DAX.
I have attached the pbix file so you can see how it is intended to work.
If you look at either of the Template tables you will see how we envisage it.
-
The template should be processed in Sequence order
-
There are three line types:
a) Header - Just simple text.
b) Data - the data is to be calculated as the sum of table NlTransactionsPosted Amount
column. The NominalCode is the relationship in both tables.
c) Calculated - data is calculated from related Sequence Line and it allows use of a number of operation codes:
add
adr (same as add but add a range of lines.
sub
mul
div
%
cpy (simply copy from another location)
If you could assist with examples of how the DAX should be constructed for each line type I should be very grateful.
PaulAccounts.pbix (1.3 MB)