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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -