Forum Discussion
Get the most recent between several dates for a record
- 5 years ago
In a calc column, this should get you the latest relevant date from Comment
Col =
CALCULATE(MAX(Comments[CreatedOn])
Then you can check with the modifiedOn from. I don't understand exactly what you need.
In general, it very much helps if you show a sample of your tables and an example with the expected result based on that sample
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
You need it to trigger context transition and have the filter propagate down the relationship
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers