Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a table where the value under the filter dropdown has literally nothing, where the green check mark is,
I also have another table with filter dropdown that says "(Blank)".
I'm trying to convert the (Blank) into no value at all like in the first picture. How to do that? Thank you!
Solved! Go to Solution.
Hi @claireberry ,
Here're the steps.
1.To reproduce the scenario: there is (Blank) in the slicer.
2.Add a calculated column.
NewGender = IF([Gender]=BLANK(),"",[Gender])
3.Here's the result.
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
Hello @claireberry
i might be wrong, but blank his happened because of number format.
i think you need to change to Text and then replace value null to nothing.
Hope this will help.
Thank you.
ok thank you for investigating! Though, these are values in a calculated table, so it doesn't appear in the transform page. How to do the replace action in the table view?
Hi @claireberry ,
Here're the steps.
1.To reproduce the scenario: there is (Blank) in the slicer.
2.Add a calculated column.
NewGender = IF([Gender]=BLANK(),"",[Gender])
3.Here's the result.
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 @claireberry
(Blank) actually refers to a null value which means there isn't a value assigned to a it at all. The one with a white space has a value in it but may not have a width.
In order to convert null into a white space, right a cell containing in in the query editor then select replace values. Leave the second filed empty
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |