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
MarioCadena
Helper II
Helper II

Look up column from a not connected table

Good afternoon,

 

I hope you can help me, I have 2 tables that are not connected and I need to count the missing values in Sales Forecast from SalesLink table names.

I created the below formula which gives me a total of 0.

[#Delivery] = distinctcount ID Sales Forecast

 

Missing Opp No =
VAR Temp =
LOOKUPVALUE('Sales Link'[Opp No],'Sales Link'[Opp No],FIRSTNONBLANK('Sales Forecast WA'[Opp#],TRUE()))
RETURN
CALCULATE (
[# Delivery],
FILTER('Sales Forecast WA',ISBLANK(Temp) ),
'Sales Forecast WA'[Contract Review Status] = "Not Delivered"
)
MarioCadena_0-1636096678333.png

But when I add the measure to the table; it shows the rows I am looking for.

 

MarioCadena_1-1636096785519.png

Thank you for any help you can provide me with.

 

Regards,

1 REPLY 1
lbendlin
Super User
Super User

Please provide sanitized sample data that fully covers your issue. Paste the data into a table in your post or use one of the file services. Please show the expected outcome.

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.