Forum Discussion
Retrieve values based on another column value
- 6 years ago
Hi Anonymous ,
You could edit interaction in Format.
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
Anonymous , you can not use values there
CALCULATE(Max(Combined[ETA Date]),FILTER(ALL(Combined[DW_InsertedDateTime]),Combined[DW_InsertedDateTime]=max(Combined[DW_InsertedDateTime])))
or
CALCULATE(max(Combined[ETA Date]),FILTER(ALL(Combined[DW_InsertedDateTime]),Combined[DW_InsertedDateTime]=max(Combined[DW_InsertedDateTime])),values(Combined[ETA Date]))
- Anonymous6 years agoNot applicable
It worked, thank you.
Also, could you tell me how to change it; so, the calculation is not affected by filters?
Regards,
Mario
- v-xuding-msft6 years agoCommunity Support
Hi Anonymous ,
You could edit interaction in Format.
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions