Forum Discussion
Anonymous
6 years agoNot applicable
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 log...
amitchandak
Super User
6 years agoI hope you are creating it as a column and IsWeekend is also a column. And data time is the whole number.
Weekend = IF (Table[IsWeekend] =1, "Yes", "No")
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin