Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am currently using a fiscal calendar for my dashboard. As pictured below, I have empowered the users to select Year and Week. The ideal scenario would allow me to default the slicers to current year and most recent week.
Is there any ability to do this?
As an aside, the week number is formatted to text to ensure the chronological layout is correct.
Thanks for the help.
Solved! Go to Solution.
@Anonymous,
You may add an additional slicer by creating a calculated column. Also please vote this idea up.
IsCurrentYear = IF ( Table1[Year] = YEAR ( TODAY () ), "Yes", "No" )
@Anonymous,
Just select "Yes" as shown below.
@Anonymous,
You may add an additional slicer by creating a calculated column. Also please vote this idea up.
IsCurrentYear = IF ( Table1[Year] = YEAR ( TODAY () ), "Yes", "No" )
Thanks @v-chuncz-msft
Can you help me understand the dax statement so I can learn how this solves the need?
@Anonymous,
Just select "Yes" as shown below.
User | Count |
---|---|
98 | |
76 | |
75 | |
48 | |
26 |