Forum Discussion

caoellipsis's avatar
caoellipsis
New Member
8 years ago
Solved

Shaping Month/Day/Year Problem

Hi there, This is my first post.  I can't figure out how to get the date right.   This is data for price per barrel of oil by month and year.       I want the month and year data to be shaped in...
  • Ashish_Mathur's avatar
    8 years ago

    Hi,

     

    You first change the number format of the first column to Whole Number and then "Unpivot other columns".  Rename the attribute column as Months.  Click on Close and Load.  Then write this calculated column formula

     

    =1*("1/"&[Month]&"/"&[Year])

     

    Format this calculated column as Date.

     

    Hope this helps.