Hi,
I am facing a simple problem (probably) which I am unable to resolve.
Problem is while computing the MTD values totals are matching. Below is the screen shot.
Formula : MTD = TOTALMTD(SUM(COMM_YTD[CALC_RET_COMM]),DATESMTD('Calendar'[DateKey].[Date]))
The same method I have used earlier which is working perfectly this time I don't know what happened.
Please help me on this.
My only comment is that using both TOTALMTD and DATESMTD is redundant. Should either do:
MTD = TOTALMTD(SUM(COMM_YTD[CALC_RET_COMM]), Calendar[Date] )
or
MTD = CALCULATE( SUM(COMM_YTD[CALC_RET_COMM]), DATESMTD (Calendar[Date] ) )
Hi @mattbrice
This PBIX file has two versions of the formula that work.
Download and have a play to see if it helps.
Cheers,
Hi,
I am facing a simple problem (probably) which I am unable to resolve.
Problem is while computing the MTD values totals are matching. Below is the screen shot.
Formula : MTD = TOTALMTD(SUM(COMM_YTD[CALC_RET_COMM]),DATESMTD('Calendar'[DateKey].[Date]))
The same method I have used earlier which is working perfectly this time I don't know what happened.
Please help me on this.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
105 | |
77 | |
72 | |
49 | |
47 |
User | Count |
---|---|
159 | |
86 | |
80 | |
68 | |
66 |