Forum Discussion
tamnguyenEPM
5 years agoNew Member
Measure in Slicer
Hello everyone, Hope you're all well. I have a measure as below: ID-Print = CALCULATE(count(RisksRegister[Index]),FILTER(ALLSELECTED(RisksRegister),RisksRegister[Index]<= MAX(RisksRegister[I...
- 5 years ago
Hi tamnguyenEPM ,
You can create a new table for slicer:
Then you can create the following visual level filter and add it to the visual you want to filter by slicer:
measure = IF(ISFILTERED('Table'[Value]),IF([ID-Print]>= MAX('Table'[left]) &&[ID-Print] <=MAX('Table'[right]),1,0),1)If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Ashish_Mathur
Super User
5 years agoHi,
See my reply to a similar post here - Solved: Re: Grouping data together - Microsoft Power BI Community