Forum Discussion
Anonymous
5 years agoNot applicable
All() not working properly
Hi, I'm not sure if this is a known bug or issue, but I have seen some examples of it in the past on the forums but without much being resolved. In short, I have a table for returns. I create...
Anonymous
5 years agoNot applicable
https://ashleyne-my.sharepoint.com/:u:/p/vgaitour/EeOKUMrD45REvzaUGU1cwJMB7ICIk-1i5WrMAM1xaD30fQ?e=dYuadK
Here's the pbix.
v-easonf-msft
5 years agoCommunity Support
Hi, Anonymous
I suspect the problem may be that the date field in your slicer and the owned field in your slicer are in the same table ( you need to keep/remove both filters in formula).
As a workaround, you can add a calendar table(build one-to-many relationship) for the date slicer creation:
scheduled_at Table = CALENDAR(Min('Master Returns Table'[scheduled_at]),MAX('Master Returns Table'[scheduled_at]))
Another solution is to disable the interaction of your Owned slicer with the table visual.
Best Regards,
Community Support Team _ Eason