Associative Insights and master measures with variables issue
Hi, I've recently designed an app for a customer that does extensive use of master measures with predefined filters in set analysis, since the formulas repeat a lot in the app we've used variables to design them faster.
E.g.:
- CY Realized = $(fRealized($(vCY))) (realized current year) - LY Realized = $(fRealized($(vLY))) - CM CY Realized = $(fRealized($(vCM_CY))) (realized closed month current year)
this way we have a decently mnemonic format for the measures.
One issue we're facing though is that the Associative Insights tool in the selections menu doesn't seem to cope well with this:
Do you have any suggestions to work around this limitation?