Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have an issue calculating the evolution in a period on wich I can change the beginning and ending dates.
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...
Solved! Go to Solution.
Forget about my post, I had a filter in the page that forced that!
Thank you all for reading!
Forget about my post, I had a filter in the page that forced that!
Thank you all for reading!
@AnthonyXelya , Try like
StartDate = CALCULATE(min('NPS'[DATE]),ALLSELECTED('NPS'))
Hello,
Still the end date 😞
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.