Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Power BI IF statement

Please advise

 

Example: 

Weekend = IF (IsWeekend =1, "Yes", "No")
 
Problem:
Unless I put my 1 in "" (Weekend = IF (IsWeekend ="1", "Yes", "No")), Power BI sees the entire statement as the logical test. Point is, either way my formula does not work. A colleague can do the exact same formula and it works.
 

2 Replies