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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Lookupvalue returns blank for some records

When I use LOOKUPVALUE, why some of the records are BLANK. It 

 

LookupValue = LOOKUPVALUE(factMCCyclePlanCHANNEL_d[UQ_CP_Qtr],
factMCCyclePlanCHANNEL_d[UQ_CP_Qtr],factCallDetail_d[UQ_Qtr])
 
VLOOKUPVALUE.JPG
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

Could you please mark your post as Answered since it has been resolved? It will help the others in the community find the solution easily if they face the same problem with you. Thank you.

Best Regards

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Anonymous ,

The result is depend on the data in the table factMCCyclePlanCHANNEL_d. Could you please provide some sample data in table factMCCyclePlanCHANNEL_d?

Best Regards

Anonymous
Not applicable

I did have duplicate values in the table. I managed to resolve it by removing duplicates

Hello Anonymous & Community,

I encountered a similar thing today.

Mine was returning an empty value after adding this calculated column in the table with unique order IDs:

CalculatedColumnName =
CALCULATE 
    COUNTROWS ( 'TableWithMultipleDuplicateOrderIDs' ) ,
    FILTER (
        'TableWithMultipleDuplicateOrderIDs' ,
        'TableWithMultipleDuplicateOrderIDs'[OrderID] = 'TableWithUniqueOrderIDs[OrderID]
            )
    )

*I just wanted to have a column that shows how many rows are there in the other table that have the same order ID.
 
Plausible cause: The table with multiple duplicate order IDs (the one I was trying to count) had blank/null rows.

Solution: Edit query (of table with duplicate order IDs) > Select the column > Click the down arrow button next to the column name > Click 'Remove Empty' > Click Close & Apply
*You might need to redo the calculated column formula or just copy-paste to refresh it somehow.
Anonymous
Not applicable

Hi @Anonymous ,

Could you please mark your post as Answered since it has been resolved? It will help the others in the community find the solution easily if they face the same problem with you. Thank you.

Best Regards

amitchandak
Super User
Super User

@Anonymous , I doubt missing match between

factMCCyclePlanCHANNEL_d[UQ_CP_Qtr] and  factCallDetail_d[UQ_Qtr]

 

Check for that.

 

Also check

refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors
Top Kudoed Authors