nee dhelp
2 TopicsMeasure will not filter
Guys, do you know what could be an issue with this measure ? I want to use it in couple of visuals with different date filters and now it will not take those visual level filters. My calendar table is filtering 'Teams statistics' 1 to many. YES count = VAR min_level = MIN ( 'user AD'[User Org Level] ) return CALCULATE ( DISTINCTCOUNT ( 'Teams statistics'[User Principal Name] ), 'Teams statistics'[Teams Channels] = "Yes", 'user AD', 'user AD'[User Org Level] <> min_level)1.1KViews0likes4CommentsDisplay a button after selecting a value from a slicer
I have a main home page in my report and I will allow user to select a topic from a slicer in main home page. On selecting a value from slicer, a button should be display on same page below the slicer, if the value is unselected in slicer, then the button should be not display. Is it possible to do this in power bill using selection paneSolved4.5KViews0likes1Comment