"bug"
1 TopicFilter Slicer based on value on another slicer seems not work on me (a bug?)
Hello Power BI community, So here is the situation, I wanted to filter the date so that if I choose either "MTD" or "YTD", the date filter will be turned off. Only when I select "Period" will the date filter can be used. I followed some YouTube tutorials like: or and they provide a quite straightforward way to do it. So, what I did is I created a measure as follow: CustomDateDisable = INT(SELECTEDVALUE('MTD or YTD'[MTDORYTDORPERIOD])="Period") The measure seemed to work well for me. Proved by the value of the CustomDateDisable card: The problem came when I tried to put the CustomDatefilter measure on Date filter. The date filter seems to ignored the MTDORYTDORPERIOD value and only depends on how I choose the value on the CustomDateDisable pane. I really appreciate if there is someone to correct my logic or the implementation to this case. Thank you in advance. [UPDATE] Hey Power BI community, I update the case for an important context. It seems that I encountered some type of bug. When I changed the field to something other than Date, the filter worked perfectly to disabled the slicers. Also, the filter still worked fine when I changed the field to date, but the style I choose was vertical list or tile Only when I change the style to between, before, after, dropdown, relative date, or relative time, that the filter start to not working. Hopefully anyone on this forum can notice. Thank you in advance.677Views0likes2Comments