Forum Discussion
All() not working properly
You have to share the URL to the file hosted elsewhere: Dropbox, Onedrive... or just upload the file to a site like tinyupload.com (no sign-up required).
|
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
- Anonymous5 years agoNot applicable
https://ashleyne-my.sharepoint.com/:u:/p/vgaitour/EeOKUMrD45REvzaUGU1cwJMB7ICIk-1i5WrMAM1xaD30fQ?e=dYuadK
Here's the pbix.- v-easonf-msft5 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