Forum Discussion
Anonymous
5 years agoNot applicable
Replacing a blank with a 0
Good Afternoon All I have a table on my Power BI as a visual. Is there a way i can make all the blank cells a ? Please see the attached picutre.
amitchandak
Super User
5 years agoAnonymous , close ) asfter isblank(Query[Instance])
if(isblank(Query[Instance]), "rto",isblank(Query[Instance])&"")
Anonymous
5 years agoNot applicable