Forum Discussion
Upali63
Helper II
2 years agoCreate New Column with Data from Same table
Hi Friends I have a data table as per sample below where the values in Amount Column alwayas show on accumulated basis as at end of each month. Now I want to create a new coloum subtracting curre...
Upali63
Helper II
2 years agoThanks
Did As you advised and below is the result
CoreyP
Solution Sage
2 years agoCan you share a screenshot of the relationships in your model view?
- Upali632 years ago
Helper II
- CoreyP2 years ago
Solution Sage
Ohhh, I see what I did wrong. It's aggregating only for the date granularity, and not taking into account the account type.
- Upali632 years ago
Helper II
Could you then share the correct measure that I should write please. Thanks a lot
- CoreyP2 years ago
Solution Sage
For some reason this seems to work:
- Upali632 years ago
Helper II
It is working Thanks lot
It works only if I repalce Calender[Date] with Table (TB) [date]
If you dont mind can you help me to achieve same thing with a calculated column please