The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have a very simple measure:
MAX ('LEDS'[Fiscal Week])
When I first put this measure in, it worked perfectly and returned 11/18/2024. However, I have refreshed the data each week after, bringing in newer data, and the date returned in the measure is not changing.
Currently, the max date should be 12/2/2024 but it is still returning 11/18/2024. Why isn't it recalculating?
Solved! Go to Solution.
Hello @Rena ,
Just curious, have you confirmed that the underlying data table has the latest dates (up to 12/2/2024) and / or are there any filters interacting with your measure?
Proud to be a Super User! | |
Hello @Rena ,
Just curious, have you confirmed that the underlying data table has the latest dates (up to 12/2/2024) and / or are there any filters interacting with your measure?
Proud to be a Super User! | |
Those darn filters get me everytime! There was a filter excluding the current month!