Forum Discussion
Sean
11 years agoCommunity Champion
Month Columns in PBI Desktop
I noticed that when I load my data directly into PBI Online I automatically get YEAR and MONTH columns added next to all DATE columns I have! What is even better is that this MONTH column that PBI On...
- 11 years ago
We're currently working on this for the desktop .... and it will be a unified experience in both the desktop and service. There are several date time features that will show up. This kind of automatic behavior is among the first that will arrive.
khaled_cs
9 years agoFrequent Visitor
very simple just make another column
and here is the Expression
Month Name = FORMAT([Your Date Column],"MMM")
wish this help