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
Pikachu-Power
Impactful Individual
Impactful Individual

dublicated date entries in slicer

hello all,

 

i have datetime column and change it to date. when i use it in a slicer i see:

 

Monday 25.04.2022

Monday 25.04.2022

Monday 25.04.2022

 

three times the same date. It is because there are three different times following. How can i adjust that so that i see just one choice in the slicer?

 

thanks.

1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

You need to change it in Power Query or in the data source. Change it in the model (data type / format) will keep the knowledge of the time in the cell even if you don't see it, so it's actually 3 differnet values

View solution in original post

4 REPLIES 4
SpartaBI
Community Champion
Community Champion

You need to change it in Power Query or in the data source. Change it in the model (data type / format) will keep the knowledge of the time in the cell even if you don't see it, so it's actually 3 differnet values

Okay that should it be 🙂 I created a new column with DATE(YEAR, MONTH, DAY). That also helped.

Sounds good 🙂
In case you also need the knowlegde of the time in your model, that's what you need to do. Even better to only keep the time in the datatime column to decrease it's cardinality and improve the size and performace. In case you don't care about the time than better of course to remove it before and not create another column, casue now you will have a redundent column with the time (which is actually a heavy cloumn becasue of it's granularity).
Any way, if we ae talking about small models, non of this really matters in practical 🙂

SpartaBI
Community Champion
Community Champion

Where did you change it to date? In the format / date type in model / Power Query?

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