Forum Discussion
PowerBINoob24
Resolver I
1 year agoCreate 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...
- 1 year ago
pls try this code
Logical.From( Number.From([A])*Number.From([B]))
Ahmedx
Super User
1 year ago