Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Team,
I have a column where in the UI i am getting values as (Blank) but when i see in the query editor in the data it is showing me as (null) , I have to replace that with Unknown , I have tried replacing the vlaues by these options
empty to unknown
null to unknown
(null) to unknown
but the value doesn't changes
even i used this in new column, its not working
Column = if ( isblank( 'Incidents' [Province]), "Unspecifed" , 'Incidents' [Province])
But still not working
please kindly help
Thanks & regards
Shiv Kumar
Solved! Go to Solution.
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.
Hi, @Anonymous ;
Is your problem solved? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
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.
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])
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 & Regards
Shiv kumar
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 39 | |
| 35 | |
| 23 |