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 , Based on what I get, a new measure
if(isblank([measure]), "A",[measure])
But this might force left join
- Anonymous5 years agoNot applicable
amitchandak thankyou, i assume i just add the new measure under 'Values'
I am recieving the below error
- amitchandak5 years ago
Super User
Anonymous , close ) asfter isblank(Query[Instance])
if(isblank(Query[Instance]), "rto",isblank(Query[Instance])&"")
- Anonymous5 years agoNot applicable