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...
CoreyP
Solution Sage
2 years agoOh, you created that as a calculated column. It needs to be a measure. Additionally, you need to set up a date dimension table in your model. The 'Dates'[Date] segment of my DAX function references the date table you need to set up.
Upali63
Helper II
2 years agoThanks
Did As you advised and below is the result