Forum Discussion
tomsmith213
3 years agoFrequent Visitor
A Card Visual That Relates to Another Measure
Hi, I have finally managed to create a measure that reads out the higest value (I'm new lol) but now I need another card visual that reads out the supervisors name. Any ideas how to go about this...
djurecic
3 years agoSuper User
Hi tomsmith213 ,
You can try something like this:
Please adjust for your table and column names
Max Utilitisation Supervisor= CALCULATE(MAX(TableName[Supervisor Name]), FILTER(ALL(TableName), Tablename[% Shift]= [max utilisation]))
- tomsmith2133 years agoFrequent Visitor
Hi, thanks for the reply, but where have I gone wrong?