Forum Discussion
Anonymous
4 years agoNot applicable
Use measure as filter
Hi everyone! I'm trying to filter a table by a value that is stored in a measure. I'm not being able to do it. Is it even possible? For example: I want to show in a visualization just the acc...
- 4 years ago
Hi Anonymous ,
Measure cannot be used as a slicer, but a similar effect can be achieved in other ways:
Switch = SWITCH ( SELECTEDVALUE ( Table_2[Date] ), DATE ( 2022, 01, 01 ), [Measure1], DATE ( 2022, 01, 02 ), [Measure2], DATE ( 2022, 01, 03 ), [Measure3] )If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
I've 2 measures
- Utilization of Employees
- Status (If they have achieved targeted utilization or not). In this case, 1 = Greater than or equal to Target; 2 & 3 = less than target
I want a visual which should give count of Employees who are less than the target (when status = 2 / 3). Can someone help me to arrive this?
*FLM, FTE and Agency are Employee types and row header denotes the Section names