Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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"})
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
17 | |
9 | |
8 | |
7 | |
7 |