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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
pmhoang94
Helper I
Helper I

Issue slicer date range

Hi all,

I have a slicer date (option: before) from table DimTime(Time). (start date: 1/2/2017 and end date: 26/6/2017)

I create meassure

MaxDate = CALCULATE(MAX(DimTime[Time]), ALLSELECTED(DimTime))

My issue is:

 - If I choose date is 26/6/2017, maxdate is 26/6/2017. It is true.

- If I choose date is 27/6/2017, maxdate is 26/6/2017. It is false.

I want to maxdate display correct date choosed. Or only choose date range start date: 1/2/2017 and end date: 26/6/2017 (not allow choose 27/6/2017)

Capture.PNGCapture1.PNG

Can anyone help me?

4 REPLIES 4
Anonymous
Not applicable

Do you have data in the table DimTime that actually has 27/6/2017 data in it?

 

If none, then the measure is working properly.

I do not have data in 27/6/2017.

When I choose 27/6/2017, i want my measure result is 27/6/2017. Or do not allow choose 27/6/2017

Anonymous
Not applicable

Sorry, but I don't think that's how a measure works.

 

You either put in dummy data for 27/6 or resize the date slicer viz under Format > Text Size and then put in a "MaxDate" text box under or next to it.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors