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

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

Reply
KevinMorneault
Helper II
Helper II

Field Validation between 2 different Table

Hi 

I am trying to find a way to validate some data within 2 Table. Relationship setup are Many to Many Both .

The purpose of this is to validate most of the data between 2 table. 

 

1. First I want to validate Serial from both Table. 

       a) Table 1   SCCM

       b) Table 2   Asset Management

    I wrote a query which does the validation and provide an outpout of Found or NotFound

    The query use is something like this 

     IF(LookupValue('AssetManagement'[SerialNumber],     'AssetManagement'[SerialNumber],'SCCM[SerialNumber'='SCCM[SerialNumber],"Found","NotFound")

     Output result works by providing which one are Found and NotFound. 

      The issue is I created a detailed view (Visual) by including SCCM Serial, SCCM Serial Validation, this works fine, but if i

       add a colum from AssetManagement to this visual,  Exmaple Organisation, OrganisationValidation, it works with the Found

       but does not work with NotFound, it just remain blank. If I remove colum from Asset Management it works.

 

 Is there a way to make this work, and it woud say NotFound for either serial or Organisation if it's not found.

 

 

1 REPLY 1
KevinMorneault
Helper II
Helper II

Hi

I found the issue and it is now working. Basically in the Colum under visualization, needed to select 'Show items with no data' 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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