Forum Discussion
m_e_1203
Helper II
5 years agoUsing a measure as a slicer
Hello, I am trying to do like this post but I could not figure out how to do and need you help. https://community.powerbi.com/t5/Desktop/Use-Measure-as-Slicer/m-p/1032054#M485879 ***CY = Cur...
- 5 years ago
m_e_1203 , Looking at this seems like you need dynamic segmentation. Please refer if my video can help
https://www.youtube.com/watch?v=CuczXPj0N-k
File related to this video attached after signature
Ashish_Mathur
Super User
5 years agoHi,
I will still need data to work with.
m_e_1203
Helper II
5 years agoAshish_Mathur Thank you for your response.
I was able to follow this instruction https://community.powerbi.com/t5/Desktop/Measure-as-Slicer-Workaround/m-p/613366#M292345.
I needed to do #3 after completing #2.
2 create a measure
Measure = IF([new MaxStatusas Number 3]=SELECTEDVALUE(Table1[slicer]),1,0)
3.add measure in the visual level filter, select "1"
add Table1[slicer] in the slicer
Using amitchandak 's solution and this would solve my issue. Thanks agai for your assitance.