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 where we will write this condiiton in measure? or where ?
Anonymous
4 years agoNot applicable
amitchandak I also have two tables from different servers so how to take value from specific table.