I am using a date bridge to bring in all the date fields into the dashboard and are all in the dimension called Date Type.
I am trying to create a list box which shows the dates for one of the fields coming in and I am using the following expression in the field section on the General tab of the list box:
Only({$<[Date Type]={'Date Saved'}>}[Date])
However, the list box is blank. ideally, I am supposed to see available dates based off of other selections that the user has made.
any work around or resolution to this will be truly appreciated.