Forum Discussion
Drillthrough Using Slicers to Use Less Than
Anonymous
Please see following DAX formula:
Values_upto = CALCULATE(SUM(Sheet1[Values]),FILTER(ALLEXCEPT(Sheet1, Sheet1[Year]), Sheet1[Month] <= SELECTEDVALUE(Sheet1[Month])))
This requires a month to be selected on the slicer.
Workspace is also available on this link
Hi themistoklis,
I need to keep all the slicers on for the drillthrough, except the monthly slicer, but it is still active.
Regards
Mark
- themistoklis7 years ago
Community Champion
Anonymous
Can you please explain further.
All other slicers will be active and the month one will be used as a slicer to calculate up to the selected value
- Anonymous7 years agoNot applicable
These are the slicers on the page I would like to drill from. But the page I am drilling to should filter by each sliver but <= the selected month slicer.
Regards
Mark
- themistoklis7 years ago
Community Champion
Anonymous
What is the issue that you have when you use the DAX formula i sent before?
- Anonymous7 years agoNot applicable
Power BI only allows all filters or no filters on a drillthrough.
Regards
Mark
- v-yulgu-msft7 years ago
Microsoft Employee
Hi Anonymous,
I'm afraid this is not achievable right now.
Regards,
Yuliana Gu