Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi,
There is field showing some rows as "null" in power query but in the report view it is showing as blank:
POWER QUERY
REPORT VIEW
What I am trying to achieve is for the blank rows in the report view to be showing as "null" instead.
I've used Replace Values in Power Query already but this doesn't work for some reason.
Thanks
Solved! Go to Solution.
Hi @Peppearson ,
This is by design. If you want to keep the null in a numeric type column in the report view, you need to convert the column to a text column first, and then show the text null in the report view.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Peppearson ,
This is by design. If you want to keep the null in a numeric type column in the report view, you need to convert the column to a text column first, and then show the text null in the report view.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You should be able to replace a null with "null". The step code would look like this:
Table.ReplaceValue(#"Prev Step Name", null, "null", Replacer.ReplaceValue, {"ColName"})
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
28 | |
27 | |
22 | |
14 | |
10 |
User | Count |
---|---|
23 | |
21 | |
17 | |
10 | |
9 |