Forum Discussion
KatkaS
6 years agoPost Patron
First value / approval
Hello, could anyone help me please with following: I have a table where entities are approving a report. Some entities once (MFR), some several times (PHD). I need to calculate the FIRST REPORT...
- 6 years ago
Youn need the first reported time:
First Reported Time = CALCULATE ( MIN ( 'Table'[Update Time] ), ALLEXCEPT ( 'Table', 'Table'[Model], 'Table'[Entity], 'Table'[Period] ) )
zaza
6 years agoResolver III
Youn need the first reported time:
First Reported Time =
CALCULATE (
MIN ( 'Table'[Update Time] ),
ALLEXCEPT ( 'Table', 'Table'[Model], 'Table'[Entity], 'Table'[Period] )
)
- KatkaS6 years agoPost Patron
zaza Thank you!! This is exactly what I needed.. thank you for solving this despite my blurry explanation, but I really did my best:)
parry2k , az38 , v-yuta-msft Thank you for you time too!!