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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi, I have this calculated column called "Ready for Prep":
I need to improve it by making the IF take into account, for each KEY, the MAX date in the column "Change Date".
In the example, I want only a "1" for the first row (which has the MAX date , 04-Jun-2020)
Another way to put this is:
I need to Count the KEYS with the MAX "Change Date" when the column "To" is = "Ready for Development "
Thanks a lot!
Solved! Go to Solution.
@Anonymous , Try like
If([change date]= maxx(filter(Epicstatuschangelog, [key]=earlier([Key]) && [to] ="Ready for development"),[change date]) && [to] ="Ready for development",
1,0)
@Anonymous , Try like
If([change date]= maxx(filter(Epicstatuschangelog, [key]=earlier([Key]) && [to] ="Ready for development"),[change date]) && [to] ="Ready for development",
1,0)
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!