Forum Discussion
Upali63
2 years agoHelper II
Create 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
2 years agoHelper II
Thanks for your help
But I get the below result when I added a column as you said
Pls correct me
CoreyP
2 years agoSolution Sage
Oh, 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.