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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Slicer with date hierarchy - how to show only value

Dear all,

 

May I ask your advice for below issue?

 

I created a slicer with date hierarchy date; however, the slicer show all data of the periods, not only the real data of that field.

 

For example, data for 2019 I have only Jan, Feb, Mar but slicer show 12 months but actual there is no data of the other months.

 

Please advise how can I solve the issue but keep the hierarchy Year - Quaterly - Month.

 

Thanks so much!

 

Nguyen_0-1616226873496.png

 

1 ACCEPTED SOLUTION
OwenAuger
Super User
Super User

Hi @Anonymous 

You can filter your slicer with a measure that tests whether data exists in your fact table(s).


This would have the effect of removing items with no corresponding data.

 

The basic pattern is to create a measure like below, and apply it as a visual level filter on the slicer, filtered to 1.

 

SlicerFilter = INT ( NOT ISEMPTY ( FactTable ) )


See this article for some examples:

Syncing Slicers in Power BI 

 

Regards

Owen


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

View solution in original post

2 REPLIES 2
OwenAuger
Super User
Super User

Hi @Anonymous 

You can filter your slicer with a measure that tests whether data exists in your fact table(s).


This would have the effect of removing items with no corresponding data.

 

The basic pattern is to create a measure like below, and apply it as a visual level filter on the slicer, filtered to 1.

 

SlicerFilter = INT ( NOT ISEMPTY ( FactTable ) )


See this article for some examples:

Syncing Slicers in Power BI 

 

Regards

Owen


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

Hello

i think i have the same problem, i have a table which is custommade from dates starting today till today+366, and i made a new column in which i wrote only 1's.

the i try to display as a slicer in which i put also the slicer filter to display only values in which the control value is 1, it display all the 2 whole years. if you have any sugestions please let me know. thank you

cristianj_0-1716812564658.png

 

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.