Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Create columns for each month

Hello,   I have a document with a bunch of transactions, and have one column that show the month of each transaction (please refer to the picture attached).  I am trying to find a way on which I c...
  • parry2k's avatar
    7 years ago

    Anonymous do you want across all the year for each month or each month of each year.

     

    You can add following column in your model and then use that to visualize

     

    Month Year = FORMAT( Table[Txn Date], "MMM, yy" )