Forum Discussion
Anonymous
7 years agoNot applicable
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...
- 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" )
parry2k
7 years agoSuper User
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" )
Anonymous
7 years agoNot applicable
Hello,
I want across each month of each year. I am aiming to have collumns for each month as shown on the picture.
- parry2k7 years agoSuper User
Anonymousso what I proposed should work.
- Anonymous7 years agoNot applicable
It creates the same thing. I want to have each month on top of each column and all the transactions in the rows.
- parry2k7 years agoSuper User
Anonymous you have to create matrix visual and put month on columns