Forum Discussion

Bass_Thab's avatar
Bass_Thab
New Member
3 years ago
Solved

Cannot create Mesure for date column

Hi,   I am a newbie. I tried to create a formula to get moth from the date column. However, I could not put the header name in the formula. It seems invisible.    Do you have any suggestions?   ...
  • ryan_mayu's avatar
    3 years ago

    Bass_Thab 

    you can try to create a column 

    or you can try something like below in a measure

    month(max(date))

    month(min(date))