Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I do not understand why I am aaalways strugling with these things 😞
Could somebody teach me the correct way for these thing to always work??
MaxPeriod should everywhere be 10-2023.
Why is my measure nog working in this case?
Solved! Go to Solution.
change this to the date columns from the sales table
CALCULATE(
MAX(SALES[Date]),
change this to the date columns from the sales table
CALCULATE(
MAX(SALES[Date]),
Yes this did the trick.
Thanks.
So I guess it will not work with the date from the autocalendar.
pls try this
CALCULATE(
MAX(dimDate[Priod]),
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!