Forum Discussion
kellzp22
6 years agoFrequent Visitor
Filter on items with no data
Hi All, I have a table visual similar to the below, the visual has 'Show Items With No Data' enabled. What I would like to do is filter on the Procedure column, for all items with 'no data' only....
- 6 years ago
Hi kellzp22 ,
You can create such a measure and add it to 'Filter on this visual'.
Not_blank_filter = IF( ISBLANK(MAX(Sheet1[Procedure Code]) ), 0,1 )Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
6 years agoCommunity Champion
kellzp22 - Maybe the Complex Selector - https://community.powerbi.com/t5/Quick-Measures-Gallery/The-Complex-Selector/m-p/1116633#M534