Forum Discussion
Anonymous
5 years agoNot applicable
Creating an Reliability Level depending on some values
I want to measure the reliability that I station in a production line has we evaluate 4 differente categories and those categories has some others sub categories what I want to achieve is this I...
- 5 years ago
Anonymous , if this a measure (Events) and you are creating a column this will not work. The measure can not be used.
To create a bucket on measure you need an independent table and use that to create a new measure that can use this independent table.
Refer if my video can help https://www.youtube.com/watch?v=CuczXPj0N-k
or
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
Ashish_Mathur
5 years agoSuper User
Hi,
Since you want the result to respond to change in slicer selections, you must follow the procedure of dynamic segmentation discussed here - https://www.daxpatterns.com/dynamic-segmentation/.
Hope this helps.
Anonymous
5 years agoNot applicable
Your video was really helpful