Forum Discussion
Chiclet slicer blank data
Dear All ;
İ created chiclet slicer visiual but on this visual "Blank" data is comint too.How can i delete in this slicer that blank data , i just want that filter "16" seem.
thanks
Hi erhan_79
The first way: Add a page level filter to set the column is not blank.But it might effect the whole report data.
The second way: Add a hidden slicer which is used to filter the visible one.You may refer to this video.
Regards,
Cherie
3 Replies
- PattemManohar
Community Champion
erhan_79 Please try to create a calculated table with the field that needs to be used in the slicer along with the Key column. Use this key column to make a relationship with the main table.
Test164Out = FILTER(Test164,NOT(Test164[Data]=BLANK()))
- v-cherch-msft
Microsoft Employee
Hi erhan_79
The first way: Add a page level filter to set the column is not blank.But it might effect the whole report data.
The second way: Add a hidden slicer which is used to filter the visible one.You may refer to this video.
Regards,
Cherie
- erhan_79
Post Prodigy
thanks v-cherch-msft , i solved the problem