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! Request now

Reply
AnthonyXelya
Helper II
Helper II

Calculate evolution between two dates using a slicer

Hello, 

 

I have an issue calculating the evolution in a period on wich I can change the beginning and ending dates.

AnthonyXelya_0-1647350525325.png

I can't find the beginning date, so I can't calculate the value on this date, I tried : 

StartDate = CALCULATE(min('NPS'[DATE]),ALLSELECTED('NPS'[DATE]))

but it still gives me the end date, I don't understand why... 

1 ACCEPTED SOLUTION
AnthonyXelya
Helper II
Helper II

Forget about my post, I had a filter in the page that forced that!
Thank you all for reading!

View solution in original post

3 REPLIES 3
AnthonyXelya
Helper II
Helper II

Forget about my post, I had a filter in the page that forced that!
Thank you all for reading!

amitchandak
Super User
Super User

@AnthonyXelya , Try like

StartDate = CALCULATE(min('NPS'[DATE]),ALLSELECTED('NPS'))

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

Hello,

Still the end date 😞

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