Forum Discussion

ABR002's avatar
ABR002
Helper I
5 years ago
Solved

Finding Latest Fiscal Date in Column

Hi, so what I need to do is I need to have a card that displays the latest fiscal date in a column. My companies Fiscal Year runs from Jul-Jun: Calendar Date Fiscal Month No Fiscal Year 7/1/...
  • Anonymous's avatar
    Anonymous
    5 years ago

    ABR002 What have you tried?  What are the side effects?

    From my testing, it seems like you could just use MAX(Table[Date]) and set the format string on the measure to MMMM YYYY.