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! Learn more
Hi
I have a FY calendar starting from 20230901 and ending on 20280831.
But when I calculated the MinDate and MaxDate for the FY calendar, the MaxDate I got was 20250831, not 20280831.    
Did I write the wrong dax measure for it? Or is there another reason for that?
Br/Aixia
Solved! Go to Solution.
@Aixia , measure takes filter, and slicer values and will be restricted by those.
You can Try all to remove the filter context
Maxx(all('Dim Fiscal Calendar'), 'Dim Fiscal Calendar'[Date])
@Aixia , measure takes filter, and slicer values and will be restricted by those.
You can Try all to remove the filter context
Maxx(all('Dim Fiscal Calendar'), 'Dim Fiscal Calendar'[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.