Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Nested If Statements in Power Query referring to fields from different tables

I am using power query to automate a certain process and now I am at the stage where I have to build a table where each column will be based on calculations using inputs from columns from different tables. 

 

The query written in simple language would be something like this:

 

If total earnings >0 AND employeestaging.uniondescription != "A" AND employeestaging.uniondescription !="B" AND deductionsummary.union = 0, then "Check" else "Ok")

 

Any idea how  can do this in Power Query?

2 Replies