Good morning,
I would like to know if there is a possibility in the Process Mining desktop tool to be able to invoke one metric within another. It would be quite useful since the language itself for creating metrics is quite limited.
I would also like to know in what code language the metrics are made, it seems like a DAX pseudocode but I'm not sure.
Hi @jsilvmol,
Currently it is not possible to reference an existing metric within another one. The way how you can make what you intend is to manually copy the whole formula of existing metric and paste it into new metric at the place where you plan to reference existing metric.
Regarding the code language for creating the metrics, it is a custom implementation without the name.
I hope that my suggestion above will help you.