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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Combining LOOKUPVALUES

I have two sheets Go LMS Signups and Flex LMS Signups and they both have a column called Requested Signups. I need to get the Requested Signup information from each of those sheets into a 3rd sheet as a column. The reference string for all three sheets is the email column. I was able to add two columns to the 3rd sheet, pulling that information individually from each sheet, but I want one column instead of two. How can I turn these two formulas that get me two columns, into one formula that combines this information? 

 

Flex Requested Signup Origin =
CALCULATE(
    FIRSTNONBLANK('Flex LMS Sign Up Requests (2)'[Requested Signup], 1),
    FILTER(all( 'Flex LMS Sign Up Requests (2)'), 'Flex LMS Sign Up Requests (2)'[User Email] = 'LMS User Analysis'[Email])
    )
jyoung_auto61_1-1694800054727.png

 

 
 
Go Requested Signup Origin =
CALCULATE(
    FIRSTNONBLANK('Go LMS Sign Up Requests (2)'[Requested Signup], 1),
    FILTER(all( 'Go LMS Sign Up Requests (2)'), 'Go LMS Sign Up Requests (2)'[User Email] = 'LMS User Analysis'[Email])
    )jyoung_auto61_0-1694800041500.png

 

1 REPLY 1
Mahesh0016
Super User
Super User

@Anonymous  I hope this helps you
Create a calculated Column following below :

C =
IF ( ISBLANK ( 'Table'[Flex Requested Signup Origin] ), 'Table'[Go Requested Signup Origin], 'Table'[Flex Requested Signup Origin] )

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.