I have built a Canvas App with Dataverse back-end.
I am using drop-down filters from my Calendar table, e.g. Year, Quarter, Month, to filter a gallery of items, where the data source\fact table only has the date field.
It is not clear to me how to "connect", or create a "Relationship" with the Date column of my Calendar table and the Date column of my Facts table, which in my mind would be a straight-forward step.
And then further how to use that Relationship to "Filter" the Items in my gallery, based on the drop-down selection(s).