Forum Discussion
BayliCapri
1 year agoRegular Visitor
Boolean Measure as a Slicer
Hello! I am trying to create a slicer with a simple boolean measure I've made but it doesn't work when I try to drag and drop. The DAX is as follows: Name Match = IF(MIN('Query1'[Apollo Company ...
- 1 year ago
BayliCapri
You can't Directly Use Measure in a Slicer .
you need to make field parameter from measure and after that you can use in slicer
refer Link for field parameter.
or you can also try another approach
https://community.fabric.microsoft.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563
Dangar332
1 year agoResident Rockstar
BayliCapri
You can't Directly Use Measure in a Slicer .
you need to make field parameter from measure and after that you can use in slicer
refer Link for field parameter.
or you can also try another approach
https://community.fabric.microsoft.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563