Forum Discussion
Add new column or new table? problem with date column
- Anonymous8 years ago
MontsePuig,
Create a date table following the instructions in this blog, then create the following columns in your original table.
Column = CALCULATE(SUM(Table[Orders]),ALLEXCEPT(Table,Table[HOvsOF]))
MTD = TOTALMTD(SUM(Table[Orders]),'Date'[Date],ALLEXCEPT(Table,Table[HOvsOF]))
If the above steps don't help, please share sample data of your original table that can be copied and pasted, also post expected result in table format.
Regards,
Lydia
MontsePuig,
Create a date table following the instructions in this blog, then create the following columns in your original table.
Column = CALCULATE(SUM(Table[Orders]),ALLEXCEPT(Table,Table[HOvsOF]))
MTD = TOTALMTD(SUM(Table[Orders]),'Date'[Date],ALLEXCEPT(Table,Table[HOvsOF]))
If the above steps don't help, please share sample data of your original table that can be copied and pasted, also post expected result in table format.
Regards,
Lydia
Lydia,
Thank you very much. :smileyhappy: