Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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"})
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
26 | |
12 | |
11 | |
11 | |
8 |
User | Count |
---|---|
53 | |
28 | |
16 | |
14 | |
13 |