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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
owenkosnen
Frequent Visitor

Date Slicer - Single Selection - How to exclude higher date hierarchy from the single selection?

Hi,

 

Just wonder if it is possible to exclude selection of "Year" from the single selection to avoid aggregation in Date Slicer?
All I want to achieve is only to let users select quarterly data. I do not see the options available in Power BI to do this quick, perhaps any tricks to do this?

owenkosnen_0-1644549247323.png


Cheers,

Owen

1 ACCEPTED SOLUTION
owenkosnen
Frequent Visitor

Hi Liu Yang,


Thanks for your suggestion!
Although this is not exactly what I wanted it to be (since it will involve two slicers) but I guess it is close enough and good as workaround.

Thanks again!
Owen

View solution in original post

4 REPLIES 4
owenkosnen
Frequent Visitor

Hi Liu Yang,


Thanks for your suggestion!
Although this is not exactly what I wanted it to be (since it will involve two slicers) but I guess it is close enough and good as workaround.

Thanks again!
Owen

Anonymous
Not applicable

Hi  @owenkosnen ,

Here are the steps you can follow:

1. Create calculated column.

Year = YEAR('Table'[Date])
QUARTER = "Qtr"&" "&QUARTER('Table'[Date])

vyangliumsft_0-1644895406257.png

2. Take [Year] and [QUARTER] as slicers, respectively.

vyangliumsft_1-1644895406260.png

3. Result:

When you select Qtr1 of [QUARTER], it will display Qtr1 of 2019, Qtr1 of 2020, and Qtr1 of 2021.

vyangliumsft_2-1644895406263.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

amitchandak
Super User
Super User

@owenkosnen , even if you click on QTR, it will check the year. this is the behavior of a hierarchal slicer. You can use different slicers if needed

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

@amitchandak - I see... do you recommend any slicer suitable for this case? sorry I am new to Power BI.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors