Forum Discussion
Keha
9 years agoFrequent Visitor
Cumulative Measure - Set static Start Date
Dear experts, I have run into a problem revolving around cumulative measures and I was hoping that you would be able to assist. What I am trying to achive is to display a bouncerate change over t...
- 9 years ago
I think I got it to work with:
Test1 = IF (
MIN ( 'DateDimension'[Date] )
<= CALCULATE ( MAX ( 'Table'[Date] ); ALL ( 'Table' ) );
CALCULATE (
SUM('Table'[Bounces])/SUM('Table'[Sessions]);
DATESYTD( Datedimension[Date] ) )
)
Thank you anyways!!
Keha
9 years agoFrequent Visitor
I think I got it to work with:
Test1 = IF (
MIN ( 'DateDimension'[Date] )
<= CALCULATE ( MAX ( 'Table'[Date] ); ALL ( 'Table' ) );
CALCULATE (
SUM('Table'[Bounces])/SUM('Table'[Sessions]);
DATESYTD( Datedimension[Date] ) )
)
Thank you anyways!!
v-huizhn-msft
9 years agoMicrosoft Employee
Hi Keha,
Do you resolve your issue? If it does, please mark the corresponding reply as answer, so other people will find solution easily. If it doesn't, please don't hesitate to ask.
Best Regards,
Angelia