March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello All,
In few of my columns i have null values and when i use that column in a slicer option it gives me two different options.
If i check the Blank option it just shows the Nulls, it soesnt show Blank in that columns. And if i check the below nulls it shows the sme Nulls. So i would like to convert to have either null or Blank. I have tried the Replace value in Transform data for that column but it doesnt change anything.
Can anyone please help me with this.
Solved! Go to Solution.
In the above you are only handling the values where there is a value, "" or " ". You need to convert them all to null or convert all the null's to "".
At the moment you have two different values:
1. null
2. ""
I am picking up the data from different sources. But i have tried changing with and without spaces but there was no change.
In the above you are only handling the values where there is a value, "" or " ". You need to convert them all to null or convert all the null's to "".
At the moment you have two different values:
1. null
2. ""
This worked, Changing null to "".
Hi @Sravya_Rajarapu ,
I can think of two reasons that might be happening.
The (Blank) option will be showing up when the Status values are empty (there is no data entered there).
The option below (Blank) could be where you have an empty String in your Status.
For example if the Status is just an empty space " " or mabye " " would show up as that.
Where are you getting this data from? Might be worth going to the source of the data, and cleaning it up there if possible?
Let me know if this helps.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |