Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi all,
How is it possible to replace "null" values to a empty cell.
It is not possible to let the Replace Value fill in with nothing, the the attention remarks comes.
How can i solve this?
Solved! Go to Solution.
Hi, @Frixel
When you click apply, so null values are just not visible in power bi.
If you just want to implement replacing the null value in the PQ, then you can do this.
First replace the null value with any value of type numeric (e.g. 0), then change the M code at the top.
Replace 0 with "Character.FromNumber(8203)"
Note that when you click Apply, the type of this column in the power bi is text. If you need to do calculations, you may need to use functions such as if,value to convert text to numeric types.
Hope this helps.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Frixel
When you click apply, so null values are just not visible in power bi.
If you just want to implement replacing the null value in the PQ, then you can do this.
First replace the null value with any value of type numeric (e.g. 0), then change the M code at the top.
Replace 0 with "Character.FromNumber(8203)"
Note that when you click Apply, the type of this column in the power bi is text. If you need to do calculations, you may need to use functions such as if,value to convert text to numeric types.
Hope this helps.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Frixel,
If you want to do that on a column with a number type you'll need to use a zero as blank would clash with the type.
Hope that helps.
Regards,
Kim
Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
If you found this post helpful, please give Kudos. It gives me a sense of instant gratification and, if you give me Kudos enough times, magical unicorns will appear on your screen. If you find my signature vaguely amusing, please give Kudos. | Proud to be a Super User! |
null is a blank by definition. The value will be empty once loaded to the model
Proud to be a Super User!
Paul on Linkedin.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |