Forum Discussion
NMC20
1 year agoHelper I
Date 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
1 year agoSuper User
Try this
yourheading =
MIN('Calendar'[Date])
& " to " &
MAX('Calendar'[Date])
Please click the [accept solution] and thumbs up buttons, thank you