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!View all the Fabric Data Days sessions on demand. View schedule
Hello, i'm trying to create a column to get the first day when a status is changing and flag it with TRUE, i've tried it
with less data and it works fine but when using over big data it gets me an memeory error, i only have 16GB RAM, what i'm thinking is to find a way to make this formula optimized or maybe if someone can helo me with some other solution. Thank you
@uif19085 , Try to create rank first list this
Rankx(filter(FCA_Test, FCA_Test[id] = earlier(FCA_Test[id]) && FCA_Test[status] = EARLIER ( FCA_Test[status] )),FCA_Test[updated], ,asc,dense)
if needed use another column
or rank =1 can be used as filter
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!