Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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"})
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
71 | |
65 | |
42 | |
28 | |
20 |