powerbi - Power BI-replacing blanks with another value -
i new power bi , know how replace blank values in table other value.
for eg if (isblank(time),time1,time) doesnot seem work in power bi.
what correct syntax this.
try if ( time, time1, 0 )
or
try if ( isblank(time), time1, 0 )
Comments
Post a Comment