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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -