Days =/*We get the first and last date from the slicer*/VAR First = CALCULATE ( MIN ( Date[Date] ), ALLSELECTED ( Date[Date] ) )VAR Last = CALCULATE ( MAX ( Date[Date] ), ALLSELECTED ( Date[Date] ) )/*We calculate the days between the two dates*/RETU…