Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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
@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
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
78 | |
59 | |
35 | |
33 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |