Forum Discussion

LoryMenCR's avatar
LoryMenCR
Helper I
1 year ago
Solved

Total is not working...

Dear All,

I have the following measure:

 

This is not returning any total, as you see in the this visual:

In the measure I use another nested measure which is:

 

which in turn have the following nested measure:

 

 

I don't know if the fact that the first measure is not returning any total is due to the other nested measures or if it has a problem on its own..

 

Any kind suggestions?

lorenzo

  • maybe you can try 

    measure= sumx(values(CEN_CODICE),ValoreDistribuito100)

2 Replies

  • maybe you can try 

    measure= sumx(values(CEN_CODICE),ValoreDistribuito100)

  • Hi, @LoryMenCR ,

    I think Lookupvalue won't work in Total unless you have some alternative result. Because for the Total, it's the same measure without the Filter Context of the "rows inside visual".
    Try to add alternative result