Forum Discussion
NMC20
Helper I
1 year agoDate Range Text Box When No Transactions
I have managed to make a Report Date Range text box on my report using Values in a text box. However, because I am calculating on the date in [Transactions] table, it only brings back the days where ...
speedramps
Super User
1 year agoTry this
yourheading =
MIN('Calendar'[Date])
& " to " &
MAX('Calendar'[Date])
Please click the [accept solution] and thumbs up buttons, thank you