Wishmaster89
Board Regular
- Joined
- Jan 10, 2022
- Messages
- 77
- Office Version
- 2021
- 2019
- 2016
- Platform
- Windows
- MacOS
Hello
I have added an additional column that checks an id and date
I want to check another Id and start date in the same column so i tried the following but it didn't work. Please help?
I have added an additional column that checks an id and date
Power Query:
if [Users.UserILRSummary_ULN]="3423916388" and [ILR Aims.StartDate] = #datetimezone(2019, 10, 11, 0, 0, 0, 1, 0) then "Withdraw" else null
I want to check another Id and start date in the same column so i tried the following but it didn't work. Please help?
Power Query:
if [Users.UserILRSummary_ULN]="3423916388" or "5400297551"[Users.UserILRSummary_ULN]="3423916388" and [ILR Aims.StartDate] = #datetimezone(2019, 10, 11, 0, 0, 0, 1, 0) or [ILR Aims.StartDate] = #datetimezone(2019, 01, 19, 0, 0, 0, 1, 0)then "Withdraw" else null