Forum Discussion
Previous 15 day balance
- 6 years ago
Hi Glen,
Here you go...PBIX
In the message it is right above my name. The formatting in those messages leave something to be desired.
Nathaniel
Do you think i could add a loop on the totals calculation? Now that it works, our Marketing department would like to see if i can show a card with the totals for all the deposit dates based on BalanceByType.
Here is my calculation that displays the total by type.
IF (HASONEVALUE(Table[AccountNumber]),
MAXX (Table, [BalanceByType]),
SUMX (
SUMMARIZE (
Table,
Table[AccountNumber],
"max",[BalanceByType]
),
[max]
))
Hi Nathaniel_C ,
Please disregard, i actually put the Total in a table with the deposit date and it showed the total aggregate :). So i was just overthinking it.
Thanks again
Glen
- Nathaniel_C6 years agoCommunity Champion
Not that I ever do that!