Forum Discussion
Create a chart using two different dates for the same rows
- 9 years ago
Hi Salvador
Your issue is classic since you can only have a single active relationship between two tables.
But you can actually create multiple relationships (only one will be active) and leverage UseRelationship DAX function to locally activate a relationship between two tables.
Checkout this article from MattAllington illustrating UseRelationship.
If you still need some help, ping us :)
Hi Salvador
Your issue is classic since you can only have a single active relationship between two tables.
But you can actually create multiple relationships (only one will be active) and leverage UseRelationship DAX function to locally activate a relationship between two tables.
Checkout this article from MattAllington illustrating UseRelationship.
If you still need some help, ping us :)
TYVM for the sollution, had some issues when linking the dates, because of the datetime fields (our crm gives the exact timestamp), so wasnt linking properly the dates, used format ( field;"YYYYMMDD") to be able to link it :D
Working perfectly now