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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Multiple Filter in the Report

Hello All,

 

I am trying to create a report page this is how the report page looks like - 

ashaikh-its_0-1595600245604.png

 

What I would like to do is based on the date week duration selected in the slicer, I would like to show Last 8 Weeks in ticket volume by month.

 

Is there a way to accomplish this.

 

Thanks in advance.

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , see if my WOW can help to create the required columns

https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-Last-Week/ba-p/1051123

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Greg_Deckler
Community Champion
Community Champion

@Anonymous - Yes, I have an example of this with a matrix in Complex Selector - https://community.powerbi.com/t5/Quick-Measures-Gallery/The-Complex-Selector/m-p/1116633#M534

 

Pages 2 and 3



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Hey @Greg_Deckler 

 

This works perfectly but it causes a problem if I want to create metrics where if I have to use any categories like Priority, Location, etc.

 

I have seen the file and you have created complex queries but is there any other way to do it. 

 

Similar to your calculation I made an additional calculation which will just take the max week but it does not work.

 

Include Data Week = 
VAR __SlicerWeek = MAX('Week Sequence Number'[Week Sequence Number])
VAR __MinWeek = __SlicerWeek - 8
VAR __CurrentWeek = MAX('Calendar - Date'[Week Sequence Number])

RETURN
    IF(__CurrentWeek = __SlicerWeek,1,0)

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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