This is my first Topic here, so be patient...Lol
I built an Active Form Perspectives using MDX to control the lines that appear, showing a non-leaf group of elements, as the print below.

It's Showing correctly on Excel, but in TM1Web or Contributor, When someone expands(Drill Down) one line, the leaf level repeats all the elements below that consolidation twice or more.

The MDX that I'm using is :
{ DRILLDOWNMEMBER( {TM1FILTERBYPATTERN( {TM1SubsetBasis()},"TOTAL CONTAS ORÇAMENTÁRIAS")},{[GRL.D.Contas_Contabeis].[TOTAL CONTAS ORÇAMENTÁRIAS]})}
Sometimes It Repeats, sometimes it doesn’t, it's acting Weird.
Does anyone have any idea why?