Forum Discussion

nhol's avatar
nhol
Advocate II
8 years ago
Solved

year format

Hi, I have an Excel file with year column as 2017, 2016, 2015 etc. In addition I have a month colmun. When I source this Excel sheet, the year as oppose to the month column is not recognized by Po...
  • dramus's avatar
    dramus
    8 years ago

    If you need to sort the data my the month and year, you can create a new calculated field. 

     

    month-year = format([month],"00")&"-"&[Year]