Forum Discussion
Anonymous
4 years agoNot applicable
HOW TO WRITE THIS formula
Hy all I want to write a formula that if this thing is in between 1 & 2 then show the output ,Please tell me how to write this in power bi it will be helpful please reply as fast as you can. , it wou...
- 4 years ago
Anonymous a new column, assuming column are from same table
if([DeviationEscalationDate] >= [mfg_ww_begin_datetime] && [DeviationEscalationDate] < = [mfg_ww_end_datetime] , [MFG_YEAR] & "-" & [mfgworkweek] , blank())
Anonymous
4 years agoNot applicable
amitchandak can you please tell I am not getting all the values I want al the values so I want that if its in between those values so it should show me values Please tell what should I use si that it should work like in between in tableau.