Forum Discussion
Date slicer
Hi azizdoghmi ,
Please show us your tables, and your expected outcome.
Please read this post to get your question answered more quickly:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- azizdoghmi6 years agoHelper I
I have 2 tables:
Table Project:
Project --Task-- start date--end date
P1--Alpha--01/02/2019--12/11/2020
P1--Beta--01/05/2020--09/12/2020
P2--Alpha--01/05/2019--15/12/2020
P3--Alpha--01/04/2019--19/09/2021
Table Calendar:
Date = calendar(min(Project[start date],max([Project end date])
The slicer is based on Calendar Date.
When I filter a project, the slicer should display the min of start date & max of end date ONLY for project 1 and not for all the table
thnaks
- dax6 years agoCommunity Support
Hi azizdoghmi,
Because the slicer will use a column field instead of a measure, when you filter the project, it won't affect on slicer. I suggest you could sumbit this reqirement on power-bi-ideas .
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.