Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
liam
New Member

Date/Time Filter group by month

I have a Date/Time column which I want to filter on. However, when I try to filter it lists each day individually. However I want to group these by Month.

 

For example I want to Count number of Column A in July.

 

This must be simple but it is listing the count of Column A for each day and I can't figure out how to group these by month.

 

PS, I couldn't view the individual boards so had to select Service.

6 REPLIES 6
ashishrj
Power Participant
Power Participant

@liam You can use DAX time intelligent functions given in below link to create custom columns and then sort as per required

Time Intelligence in Power Pivot in Excel 2013

Time Intelligence Functions in DAX

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

Konstantinos Ioannou

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.

Priyab
Frequent 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)

I've got the same problem; did you fix it?  Thanks in advance.

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors