Forum Discussion
ytd
- 9 years ago
Hi Katerina_Bis,
When you added measures *YTD_turnover amd *YTD_timelog to a table visual, which error threw out? Please try to set the cross filtering direction to Both for each relationship among those tables. For more information, see: Create and manage relationships in Power BI Desktop.
Best Regards,
QiuyunYu
Hello @tringuyenminh92,
I have added extra date table DATE_COMMON and created "Many to One (*:1) relationship between date in DATE_COMMON and Finance_data and another "Many to One (*:1) relationship between date in DATE_COMMON and Jira_data.
One of the relationship is NOT active - dashed line between fields.
Here is the error message I get when trying to tick the box "Make this relantionship active":
(note : StExportAll = Finance_data)
YTD values are calculated measures, calculated accordingly on 2 date tables, for each type of data: Finance and Jira.
Hi Katerina_Bis,
It's correct. you need to choose one active and another inactive in this case. And for some aggregation in DAX, you could use userelationship() method to access inactive relationship for computing.