Forum Discussion
Calendar functions
- 8 years ago
You can do both way but with DAX it would be somethig like:
DateOnly = DATE( Year(Table[DateAdded]), Month(Table[DateAdded]), Day(Table[DateAdded[) )
Change the data type to date in modelling tab and then set relationship onthis column with your "master data" date column.
parry2k Hi, Do i have to add it in modelling tab or query editor ? What will be the script for calculated column..Could you please guide me. Thank you for your time.
You can do both way but with DAX it would be somethig like:
DateOnly = DATE( Year(Table[DateAdded]), Month(Table[DateAdded]), Day(Table[DateAdded[) )
Change the data type to date in modelling tab and then set relationship onthis column with your "master data" date column.
- MadhuReddy8 years agoHelper I
parry2k Ok, I am on modelling tabe and create new tabel is that right ?
- parry2k8 years agoSuper User
there is new column option when you click on home tab in the menu. make sure your correct table is selected in right pane before adding new column
- MadhuReddy8 years agoHelper I
Thank you ,it is working. you are a star.