Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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 |
---|---|
14 | |
13 | |
12 | |
8 | |
8 |
User | Count |
---|---|
17 | |
10 | |
8 | |
8 | |
7 |