Forum Discussion
Time period
I have created a calculated column Period= CALCULATE ( FORMAT ( MIN ( dim_dates[date] ); "dd.mm.yyyy" ) ) & " - " & CALCULATE ( FORMAT ( MAX ( dim_dates[date] ); "dd.mm.yyyy" ) )
but it doesnt work quite right.
In the table view it shows me the result as in the photo for one campaing, instead of one row with 11.06.2017-14.06.2017
Desired Output=CALCULATE(MAX([Check]),
FILTER(Table1,[Name]=EARLIER([Name]))
)
Here's a model of a Max creation that maybe helps you craft your design
I would do Max and Min in separate fields at first - they may be useful by themselves for other purposes in the long run - and then you can make a 3rd field that is them together as you seek.....