Im doing a join on billing ID's. Each billing ID has a start date and an end date. Im trying to return all dates between start and end date for each billing ID. I tried adding this formula to join.
dt
BETWEEN Service Start Date
and Service End Date
It isn't working as expected. Im just getting one date for each billing ID