Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Measure with no Total

Hello,

I have a table of measures with projected net, projected gains, and projected totals (net+gains) week to week.

Plus an additional measure where I get the following week's projected net. 

 

 

 

This additional measure works as desired.  The 5th column has the data from the first columns in the following week.

But, there is not a total.

Not sure why there would not be a total?

 

Measure = 

CALCULATE([Count], dimdate[weekendingdate] = SELECTEDVALUE(dimdate[weekendingdate])+7)
 
Also, thought maybe a column would be better, but can't figure out the DAX to get the same result.
 
Any help with either route would be much appreciated.

 

 

 

2 Replies