Forum Discussion
mammifero
8 years agoFrequent Visitor
date conversion from text
Good Morning to everyone from Italy apologize for my bad English i ask for a help or a suggestion. at the end of every month i export from my datawarehouse to Excel two tables with sales inform...
- 8 years ago
You can add a New Column for example
Column = DATE ( VALUE ( [Year] ), VALUE ( [MonthNumber] ), 1 )
- 8 years ago
Hi,
Write this calculated column formula
=1*("1/"&[MonthNumber]&"/"&[Year])
Format this column as Date.
Zubair_Muhammad
8 years agoCommunity Champion
You can add a New Column for example
Column = DATE ( VALUE ( [Year] ), VALUE ( [MonthNumber] ), 1 )