The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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]),