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
Hi @Analitika ,
You can try using FIRSTNONBLANK(Tablename[Columnname], 1) instead of LOOKUPVALUE.
test=
CALCULATE (
FIRSTNONBLANK ( Tablename[Columnname], 1 ),
FILTER ( ALL ( Tablename), Tablename[UniqueID] = Table2 name[UniqueID2] )
)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Analitika ,
You can try using FIRSTNONBLANK(Tablename[Columnname], 1) instead of LOOKUPVALUE.
test=
CALCULATE (
FIRSTNONBLANK ( Tablename[Columnname], 1 ),
FILTER ( ALL ( Tablename), Tablename[UniqueID] = Table2 name[UniqueID2] )
)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |