Hi Alina,
Are there 0s in the metric that could be replaced with Blanks? If so, you could try adding
[FILTER: currentvalue <>0]
in each of the source metrics and see if that helps.
If that doesn’t help, please share some screenshots of the metrics in question.
Cheers,
Hi @Matt D
A bit updated my logic, now I don’t have issue with max cardinality but I have formula timeout.
I split the metrics into 2 parts: Act and Plan data, and even for act I have formula timeout.
Please, see the screenshots attached. I can’t get rid of any other dims (incl currency because of the logic of how we calc Consolidated entity - it’s not simply a sum of entities but rather some PnL items have exception)



Thanks!
@Alina and I jumped on a call to discuss this.
The issue was coming from the fact that PREVIOUSBASE() was being used incorrectly. We amended the formula and used PREVIOUS(Month) instead, which resolved the problem :)
Thanks,