Results 1 to 4 of 4

Excel Power Query - Match one column but not the other

Threaded View

  1. #1
    Registered User
    Join Date
    01-19-2021
    Location
    London, England
    MS-Off Ver
    2016
    Posts
    6

    Excel Power Query - Match one column but not the other

    In Excel Power Query I am trying to match two tables where one column should match (i.e. GUID), but the other shouldn't (i.e. Value) so that I end up with only the different values from the join/merge.

    So the equivalent in SQL would be this:
    SELECT A.*
    FROM dbo.A
    INNER JOIN dbo.B ON A.B_GUID = B.GUID
    WHERE
        A.Value <> B.Value
    Is this possible at all or will I need to use some kind of INDEX MATCH or VBA code to achieve this?

    Attached you will find an example file with the result (green header) that I expect.
    Attached Files Attached Files
    Last edited by naj1990; 03-11-2021 at 05:50 AM. Reason: Adds sample file

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Power Query/Power Pivot Conditional Column creation & chart
    By mz_h in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-12-2020, 06:07 PM
  2. [SOLVED] Excel and power query - Add column with filename?
    By jfca283 in forum Excel General
    Replies: 4
    Last Post: 12-06-2020, 09:19 AM
  3. Replies: 10
    Last Post: 06-25-2020, 12:19 AM
  4. [SOLVED] Power Query - excel formula translation into Power Query
    By afgi in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 02-19-2020, 03:38 AM
  5. Replies: 4
    Last Post: 02-17-2020, 06:03 AM
  6. [SOLVED] Power Pivot does not load new column added in Power query
    By ibuhary in forum Excel General
    Replies: 12
    Last Post: 02-19-2019, 03:53 AM
  7. Sub-Forum for Excel Power Tools (Power Query, Power Pivot & Power BI)
    By chullan88 in forum Suggestions for Improvement
    Replies: 10
    Last Post: 06-28-2018, 02:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1