I'm having a tough time setting up my canonical calendar, and could really use some help. I have data connected to Salesforce and an Excel spreadsheet.
So far I have (I think) successfully created a canonical calendar with Id as the key, including the DateTypes CreatedDate, CampaignMemberDate, and TaskDate.
Now I want to link the DorgDate, which is in my spreadsheet, to the canonical calendar.
My data model has the DateBridge branching off the Contact table, with Id as key, and I can't figure out how to get the DorgDate, which is linked to Account_Name as a key. I've read the blog, but it doesn't go into enough depth, i.e:
"First you must find a table with a grain fine enough; a table where each record only has one value of each date type associated"
I don' t think I have a table like that, and am not sure how to create one to adapt.