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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Team,
Any one can please help me to acheive below work item ?
I want DAX measure to create a new column Nssr Amount.
Regards,
Maruthi.P
Solved! Go to Solution.
Hi @immaruthi ,
You could refer to the following DAX:
Column =
LOOKUPVALUE('Table'[Amount],'Table'[ID],('Table'[Nssr ID]))
Here is my result.
Try
NSSR Amount = minx(filter(table,table[ID]=earlier(table[NSSR ID])),table[Amount])
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin
Thanks for your reply. I am getting an error like -> 'Earlier/Earliest' refers to an earlier row context which doesn't exist.'
Hi @immaruthi ,
You could refer to the following DAX:
Column =
LOOKUPVALUE('Table'[Amount],'Table'[ID],('Table'[Nssr ID]))
Here is my result.
It's working fine. Thanks for your support.
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!
| User | Count |
|---|---|
| 103 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |