Forum Discussion
Chidi2
8 years agoRegular Visitor
IF formulas with different Data type column
Hello all: Please i need some help on how to if statement on Power BI I have this Table below. I am trying to create a new Column- (Date posted) that will compare "Date Completed" With Deliv...
- 8 years ago
i try using AND on the Formula it work.
Posted Date = if(and(ISBLANK(Sheet1[Date Completed ].[Date]),ISBLANK(Sheet1[Delivery])),BLANK(),if(ISBLANK(Sheet1[Date Completed ].[Date]),today(),Sheet1[Date Completed ].[Date]))
Chidi2
8 years agoRegular Visitor
i try using AND on the Formula it work.
Posted Date = if(and(ISBLANK(Sheet1[Date Completed ].[Date]),ISBLANK(Sheet1[Delivery])),BLANK(),if(ISBLANK(Sheet1[Date Completed ].[Date]),today(),Sheet1[Date Completed ].[Date]))
v-chuncz-msft
8 years agoCommunity Support