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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Boveitj
Frequent Visitor

Make Items with No Lookup in Reference Table Show Up as Something Besides "(Blank)"

Hey Guys,

 

The data I am aggregating is user input so there are several errors time to time. The bigggest error is when a person inputs their badge number wrong so it does not have an appropriate lookup in the relation table to display their name on the charts. Instead of showing up as "(Blank)" on all subsequent charts, is there a way I can make all badge numbers that dont have a lookup show up as "ID Not Found".  

 

Thanks in Advance!

1 ACCEPTED SOLUTION
sumit4732
Advocate II
Advocate II

Hi @Boveitj,

 

You can alsways use ISBLANK() funtion here to catch the ecxeption, use it in if condition to get the desired result.

Some thinglike : 

IF(ISBLANK(LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>)),"ID Not Found",LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>))

Hope this helps

 

Regards,

Sumit

View solution in original post

1 REPLY 1
sumit4732
Advocate II
Advocate II

Hi @Boveitj,

 

You can alsways use ISBLANK() funtion here to catch the ecxeption, use it in if condition to get the desired result.

Some thinglike : 

IF(ISBLANK(LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>)),"ID Not Found",LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>))

Hope this helps

 

Regards,

Sumit

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.