Forum Discussion
DAX remove filter
Hi,
I have a page that have all the slicers and they are synchronized with all the reports.
In one of the report I want to remove the date slicer, the selection of date slicer in the first page is by financial week. below is my DAX, but it is not removing the filter:
Anonymous wrote:The date slicer is on another page, in this case the edit interaction will not work.
Sync'ed slicers actually create an invisible copy of the slicer on the synch'ed pages. If you go into the View menu on the page with the visible slicer you can click on the slicer and use the Sync Slicers pane to temporarily make the slicer visible by ticking the check box under the eye icon.
Then you can edit the interactions on your other page and then change the slicer on your second page back to being hidden.
- Anonymous6 years ago
Hi d_gosbell ,
Thank you so much for this, it worked, such a simple solution but perfect.
Thanks again.
16 Replies
- amitchandakSuper User
Try Removefilter or Edit Interactions and block the date filter on that visual
https://docs.microsoft.com/en-us/dax/removefilters-function-dax
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970
https://community.powerbi.com/t5/Community-Blog/Power-BI-Working-with-Non-Standard-Time-Periods/ba-p/881739
https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601- AnonymousNot applicable
The date slicer is on another page, in this case the edit interaction will not work.
- AnonymousNot applicable
The date slicer is on another page, in this case the edit interaction will not work.
- amitchandakSuper User
Is the date you are filter is from Date table
?
I tried one matrix and seems to have worked.
Sales With all date = CALCULATE(sum(Sales[Sales]),'Item'[Brand]="Apple",all(OrderTime[Order Date]))
- Ashish_MathurSuper User
Hi,
Your first formula of Cost seems correct. Share the link from where i can download the PBI file.
- AnonymousNot applicable
- v-lili6-msftCommunity Support
hi Anonymous
Sample pbix file and your expected output would help tremendously.You can upload it to OneDrive and post the link here. Do mask sensitive data before uploading.By the way the filter of a slicer that fields from the 'Job' table won't be removed in this formula. see this post: https://community.powerbi.com/t5/Desktop/percent-of-column-total/m-p/874406#M419278Regards,Lin