Does anyone know what DAX function I should use to display information from one table in another table.
I've got 2 tables in my data model:
Tasks - Task ID - Task Name - Start Date - End Date
Fiscal Periods - ID - Period Name - Start Date - End Date
What I'm trying to do is for each Task, add a calculated column the is populated with the corresponding Fiscal Period ID. I'm trying to add a filter or calculation that specifies: - if the task start date is between Fiscal Start Date and Fiscal End Date, return the fiscal period id.
Anyone have any ideas? Thanks, Ro