Forum Discussion
Date/Time Filter group by month
liam You can use DAX time intelligent functions given in below link to create custom columns and then sort as per required
- konstantinos11 years ago
Memorable Member
You can try add a calculated column with function =MONTH(YourDateColumn) and then drag this column to group. Minus is that the moths are view as numbers( july = 7 ). Or you can try STARTOFMONTH(YourDateColumn) which when you drag it to a graph it usually has months as axis.
Table choose months , graph choose startofmonth
- sshore10 years ago
Helper I
Hello,
I found out how to do this in an easier way.
1. Edit Query
2. Take the Date column you want and Duplicate it in the Transform Tab
3. In the Transform Tab under Date & Time Column Select Date drop down
4. Delect Month > Name of Month
This worked for what I was trying to do.
- sshore10 years ago
Helper I
Hello,
I found out how to do this in an easier way.
1. Edit Query
2. Take the Date column you want and Duplicate it in the Transform Tab
3. In the Transform Tab under Date & Time Column Select Date drop down
4. Delect Month > Name of Month
This worked for what I was trying to do.
- Priyab9 years agoFrequent Visitor
I tried that & it worked but unfortunately it wont allow me to save it because it
cannot make the changes on a live connections :-(. Any work around for live connections(I am using Direct Query)