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 need to calculate the max date with data:
For example, I have data till 8/11/2024 and 9/1/2024 with no data.
How could i get the max date = 8/11/2024? This needs to be dynamically.
Thank you!
Solved! Go to Solution.
@clarainesgg Sample data would help but should be something like:
VAR __MaxDate = MAXX( FILTER( 'Table', [Some Column] <> BLANK() ), [Date] )
thank you! it worked!
@clarainesgg Sample data would help but should be something like:
VAR __MaxDate = MAXX( FILTER( 'Table', [Some Column] <> BLANK() ), [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.