Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Lookup Value inside another lookup

I need help with a preety simple problem, I have a simple base such as:   License Plate Shipping co Name Route AAA1000 A 1010 AAA1000 A 1020 BBB2000 A 2010 CCC3000 A 3010 ...
  • Jihwan_Kim's avatar
    Jihwan_Kim
    5 years ago

    Hi, Anonymous 

    Thank you for your feedback.

    If you want to create a new table, the formula is different.

    Please try the below for creating a new table.

     

    New Table =
    SUMMARIZE (
    'Table',
    'Table'[License Plate],
    "Qty of shipping co", DISTINCTCOUNT ( 'Table'[Shipping co Name] ),
    "Registered to B", IF ( { "B" } IN VALUES ( 'Table'[Shipping co Name] ), "Yes", "No" )
    )

     

    Hi, My name is Jihwan Kim.

     

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

     

    Linkedin: linkedin.com/in/jihwankim1975/

    Twitter: twitter.com/Jihwan_JHKIM