Forum Discussion
Drill down table with dates
- 3 years ago
Hi, pbi1908 ;
Try to create a measure.
Measure = IF(ISINSCOPE('SubTasks'[SubTask Name]),MAX('SubTasks'[start date]), IF(ISINSCOPE('Tasks'[Task Name]),MAX('Tasks'[start date]),MAX('Projects'[start date])))The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi v-yalanwu-msft, initialy thanks for your answer, i already create the relationship and i also have the metrics that i want.
My problem is the date, i would like to have the start and date in the visual as i showed in the screenshot above.
I guess that i need to create a new table with all the dates and the IDs of my tables as foreign keys and add the date from the this table something like this, but again if i do this it takes the first date (or last) from subtask table (if the new relationship is between the subtask and the new dates table).