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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
jiji
Frequent Visitor

Week Filter

Hi Guys - Could you please help me create a week filter that could describe the days of the selected week? Can that be done in Power BI?

I have date filters; Year, Months, & WeekOfYear, and my lead would like to  see the days within the selected week num. Say, If We select 2022 May, week 23, we should be a able to  see "May 29 - June 4" or "May 22 - May 28".

I could have just  add a separate day filter but they want it within the week filter. Is it possible?`

jiji_0-1654518115465.png

 

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @jiji ;

You could create a measure then add it into card.

Measure = CALCULATE(MIN('Table'[Date]),REMOVEFILTERS('Table'[Day],'Table'[Month])) &
"-"&CALCULATE(MAX('Table'[Date]),REMOVEFILTERS('Table'[Day],'Table'[Month]))

The final output is shown below:

vyalanwumsft_1-1654743521846.png

vyalanwumsft_2-1654743538527.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @jiji ;

You could create a measure then add it into card.

Measure = CALCULATE(MIN('Table'[Date]),REMOVEFILTERS('Table'[Day],'Table'[Month])) &
"-"&CALCULATE(MAX('Table'[Date]),REMOVEFILTERS('Table'[Day],'Table'[Month]))

The final output is shown below:

vyalanwumsft_1-1654743521846.png

vyalanwumsft_2-1654743538527.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

DimaMD
Solution Sage
Solution Sage

Привіт  @jiji ,  Try it

 

 

= " " MIN(data[dates]) і "-" MAX(data[dates])

 

 

but the 23rd week of 2022 is June

 

 


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.