Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Lookup measure from another table

Hi PBI Community,

 

Is there a way to do a conditional lookup? I have a table with user ids and I need to get the last date the user was active from another table that has user id and dates. Is it possible to do that?

 

Your reponses are greatly appreciated.

3 ACCEPTED SOLUTIONS
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous

 

Try this Column in Table with UserIDs

 

=
CALCULATE (
    MAX ( Table2[Date] ),
    FILTER ( Table2, Table2[user id] = Table1[user id] )
)

Regards
Zubair

Please try my custom visuals

View solution in original post

Anonymous
Not applicable

@Zubair_Muhammad It works. Thank you so much 🙂

View solution in original post

Hi @Anonymous

 

If the two tables have a relationship,, you can simply use

 

=
CALCULATE (
    MAX ( Table2[Date] ))

Regards
Zubair

Please try my custom visuals

View solution in original post

3 REPLIES 3
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous

 

Try this Column in Table with UserIDs

 

=
CALCULATE (
    MAX ( Table2[Date] ),
    FILTER ( Table2, Table2[user id] = Table1[user id] )
)

Regards
Zubair

Please try my custom visuals
Anonymous
Not applicable

@Zubair_Muhammad It works. Thank you so much 🙂

Hi @Anonymous

 

If the two tables have a relationship,, you can simply use

 

=
CALCULATE (
    MAX ( Table2[Date] ))

Regards
Zubair

Please try my custom visuals

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.