Hello Alexandre,
You should be able to bring your Country mapping (format Country, dimensions Employee x Month) to your transaction, based on the other properties.
In a Country-formatted property of your transaction, you could type something like 'Country Mapping'[BY: Transaction.Employee, Transaction.Month]
The syntax is similar to aggregating a value from a transaction (e.g. Transaction.Value[BY: Transaction.Month]
) but works in the other way: your replacing the employee and month dimensions from your source block to the transaction itself as a dimension, using the same BY.
Let me know if that works for you!
Hello François,
The format of my Metric is a Dimension (of the Country). Is it possible to work as well ?
Yes, this is the assumption I had: 'Country Mapping'
should be a metric (dimension: Country), with a structure of Employee and Month.
Thank you, it is working !