Forum Discussion
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:
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
1 Reply
- Dangar332Resident 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