Forum Discussion

okusai3000's avatar
okusai3000
Helper IV
5 years ago
Solved

Wrong Subtotals Matrix

Hello everyone,

 

First of all, I promise you that I've been using the searchbar but I couldn't find a proper answer.

 

I have the following graph, and I simply cannot get a proper subtotal. For instance, check out "AIROX". It says 82, but clearly is not the right sum.

 

The measure is the following one:

Cant Equipos Antiguos = CALCULATE([*Cant Equipos];filter(values('Dim Descripcion Equipos y Fungibles'[Marca]);[*Antiguedad]<-180))
 
And I tried things as *Fixed Measure= if(HASONEVALUE('Fact Equipos'[Article_ID]..., but it doesn't work.
 
Any idea?
 
thanks!!
  • okusai3000's avatar
    okusai3000
    5 years ago

    AllisonKennedy ,

     

    Finally with our consultant we arrived to the solution: We had to disable the relationship bewtween the calendar table (Dim Date) and the Fact Table (Fact Stock Equipos). This allowed us to have a proper subtotal, and in order to keep things ok with the original measures, I just add USERELATIONSHIP on them.

     

    Anyway, thanks a lot for your kindness and help, 

23 Replies