Forum Discussion

PowerBINoob24's avatar
PowerBINoob24
Resolver I
1 year ago
Solved

Create Conditional Column Based Upon Two Other Columns

Edited to clarify the columns I'm comparing are not text True/False, but numbers 0/1 in case that makes a difference.   I'm trying to create a new conditional column in Power Query where the new co...
  • Ahmedx's avatar
    1 year ago

    pls try this code

    Logical.From( Number.From([A])*Number.From([B]))