Forum Discussion

GrandeMariela's avatar
GrandeMariela
Frequent Visitor
1 year ago

Visual Filter no filter

Hi Community I am having problem with a measure I created for hide or show a pie chart depends of segment selected. 

ShowSegmentView = IF(SELECTEDVALUE(DataBase[Segment], "ALL") = "ALL", 1, 0)
In chart I set it like this

 

The problem is even when value is 1 then the chart hide, and when value is 0 still hide. Its weird because in other charts measure filter works without problems. I detected its only a problem when chart/table has Segment as part of it. 

 

Thinking maybe its beacuse I am usign Segment in formula I created another measure taking ShowSegmentView result but still not work. Any hint about it? there is any solution to hide or show graph when something its selected? Thanks in advanced 

SegmentFilterview = if([ShowSegmentView] = 1,1,0)

2 Replies