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! Request now
Hello,
I've a datamodel simmilar to the below ones, and looking for a DAX expression to get the required result.
Thanks
Solved! Go to Solution.
Hi,
This calculated column formula works
=LOOKUPVALUE(Data[Stage],Data[ContractID],Data[ContractID],Data[CreateDate],CALCULATE(MIN(Data[CreateDate]),FILTER(Data,Data[ContractID]=EARLIER(Data[ContractID]))))
Hope this helps.
Hi,
This calculated column formula works
=LOOKUPVALUE(Data[Stage],Data[ContractID],Data[ContractID],Data[CreateDate],CALCULATE(MIN(Data[CreateDate]),FILTER(Data,Data[ContractID]=EARLIER(Data[ContractID]))))
Hope this helps.
Hi kkalyanrr,
If you can access the query editor, select the column you want to fill and select "Fill Down" in the "Transform" tab of the ribbon.
Cheers
Sorry @Anonymous , I am looking for a DAX expression, cause these all are calculated columns.
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.