I am trying to achieve the following
I have a label in gallery which I want to be visible if ThisItem.Startdate is between 2 dates (inclusive)
These 2 dates are in a separate dataverse table Called UserDatesTable and I have views for each of these dates so for example UserDateView1 is filtered to show a start date and an end date. So what I would like it see in my gallery is
If thisitem.startdate is between UserDatesTable (with the view UserDateView1) then make this visible if not invisible etc..
Any ideas on the best way to achieve this? I can figure it out when it's a sharepoint list but with dataverse as datasource it behaves differently.
TIA