Forum Discussion
Multi-exchange rate Conversion (Fixed rate by different time)
- 5 years ago
Hi ngct1112 ,
When creating an active relationship between Date table and Table, an inactive table relationship between Date table and Table2,
what is your expected output? Like the below picture or anything else?
If this is your expected output, you can use Userelationship() to modify the [Converted2] measure and set it as not blank in the visual filter.
Total Price(Converted2) = CALCULATE( SUMX('Table2',[Net Price(Convert2)]), USERELATIONSHIP(Table2[Delivery Date],'Date Link'[Date]) )Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi ngct1112 ,
When creating an active relationship between Date table and Table, an inactive table relationship between Date table and Table2,
what is your expected output? Like the below picture or anything else?
If this is your expected output, you can use Userelationship() to modify the [Converted2] measure and set it as not blank in the visual filter.
Total Price(Converted2) =
CALCULATE(
SUMX('Table2',[Net Price(Convert2)]),
USERELATIONSHIP(Table2[Delivery Date],'Date Link'[Date])
)
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.