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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Niraj_vora0106
Helper III
Helper III

Week Filter in Power BI

Hi community,

 

I've a doubt regarding Weekwise Filter! 

Is it possible to use a Weekwise Filter in Power BI.?

 

Like we have Monthwise Filter which we use in Slicer. 

Eg: Jan,Feb,March etc etc.

 

Do we have any functionality for creating Weekwise Filter which we can use in Slicer? 

Eg: My current week ranges from Sunday-Saturday 

so is it possible to create weekwise filter and use in Slicer? 

Eg: 3rdJuly-9th July 2022

10th July-16th July 2022 and so on. 

 

 

1 ACCEPTED SOLUTION
rbriga
Impactful Individual
Impactful Individual

If you have a calendar table, you may add a "week start" field and use that as a slicer, X axis, table rows and more.

Either do that at the source (such as an SQL query) or in the Query Editor:

Victory!Victory!

-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @Niraj_vora0106,

Did you mean the split your month into different weeks? If that is the case, you can add a calculated column to calculate the 'Month week' to filter records:

MonthWeek =
MONTH ( Table[Date] ) & "-"
    & WEEKNUM ( STARTOFMONTH ( Table[Date] ), 2 ) - WEEKNUM ( Table[Date], 2 )

Regards,

Xiaoxin Sheng

rbriga
Impactful Individual
Impactful Individual

If you have a calendar table, you may add a "week start" field and use that as a slicer, X axis, table rows and more.

Either do that at the source (such as an SQL query) or in the Query Editor:

Victory!Victory!

-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors