Forum Discussion
Need Help in changing (null) to unknown
- 4 years ago
Hi, Anonymous ;
If you use a conditional statement in a Power Query, first of all, the symbol of your expression is incorrect. You can change it to:
You could try it.
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , in power query replace you can use all small cap null
Power Query Replace Value: https://youtu.be/hkZhZbR7Kmk
check if that empty space
Column = if ( isblank( 'Incidents' [Province]) || 'Incidents' [Province] = "" , "Unspecifed" , 'Incidents' [Province])
- Anonymous4 years agoNot applicable
Hi Amit , amitchandak
I did replace it most of the options but it didn't replaced ,
On the 2nd option
I am getting an error
if ( isblank([Final Classification] = "", "Unknown" , [Final Classification]) for this calculation
Error : Token RightParen Expected.
Thanks & RegardsShiv kumar