+ Reply to Thread
Results 1 to 2 of 2

Power Query Relationship

  1. #1
    Registered User
    Join Date
    05-02-2023
    Location
    Greenville, Texas
    MS-Off Ver
    365
    Posts
    1

    Power Query Relationship

    I have a slicer that has the vendors on it. I have two tables. 1 has the vendor name tied to the part number. The other table just has the part number only. Can I not create a relationship because I don't have vendor on both tables?

    It's hard to attach the workbook because we are classified. Thank you for any help.

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: Power Query Relationship

    I suggest to read Power Query documentation
    I cannot say more because it's classified

    syntax:
    Table.NestedJoin(table1 as table, key1 as any, table2 as any, key2 as any, newColumnName as text, optional joinKind as nullable number, optional keyEqualityComparers as nullable list) as table

    Joins the rows of table1 with the rows of table2 based on the equality of the values of the key columns selected by key1 (for table1 ) and key2 (for table2 ). The results are entered into the column named newColumnName .
    The optional joinKind specifies the kind of join to perform. By default, a left outer join is performed if a joinKind is not specified.
    Last edited by sandy666; 05-02-2023 at 02:55 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Power Query - Feeding dynamic sheet name to Power query
    By egoosen3 in forum Excel General
    Replies: 5
    Last Post: 09-13-2023, 07:41 AM
  2. Power Pivot Relationship not Working?
    By ptmuldoon in forum Office 365
    Replies: 0
    Last Post: 03-17-2023, 03:23 PM
  3. Power query merge (many to many relationship) and remove duplicates
    By richardbreakey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-14-2020, 06:07 PM
  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. 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
  7. Replies: 0
    Last Post: 07-28-2015, 05:35 PM

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