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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
aldoha
Frequent Visitor

Filter Data for other Quarters Automatically based on current quarter selection

Hi, So i have 4 Matrix Visuals (filtered by 4 to 5 visual dropdowns). One of the dropdowns is an FYQ dropdown itself

The matrix visuals are basically Fiscal Year and Quarter. For example FY23Q1(Current Quarter), FY23Q2(Next Quarter), FY23Q3(Q+2) and FY23Q4(Q+3)
So when FY23Q1 is selected using one of the Fiscal Year/Quarter dropdowns. Lets say FY23Q1 then the values from  two columns namely Name and Description are populated( from a large table called Group Offering )

Now for the first matrix which is basically the current quarter the selection from FYQ (FY23Q1) dropdown correctly gives us the table . HOwever it would be nice to also have the remaining FYQ matrices automatically populate the data from the two columns based on the appropriate quarter. I.e when FY23Q1 is selected from the dropdown i should be able to get the Data for not just the FY23Q1, but also for FY23Q2, FY23Q3 and FY23Q4. Currently selecting the dropdown as FY23Q1 will populate the same data for FY23Q1 on all matrices

2 REPLIES 2
amitchandak
Super User
Super User

@aldoha , You have create a column, as of now, to default values

 

Switch( True() ,

format(today(), "YYYY\QQ") = format([Date], "YYYY\QQ"), "This Qtr",

[Qtr Year]

)

 

and save this on "This Qtr"

 

Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks amitchandak. Unfortunately this is a set of Quarter Values that are filled by folks manually and stored on an SQL server. I dont see any  dates in there.  Do you think the date/time functions would help in this case? These FYQ values are merely categorical in nature with no time relationship

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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