Forum Discussion

EdouSav's avatar
EdouSav
Helper I
3 years ago
Solved

GrandTOTAL wrong

Hello everyone, I have the following DAX formula:   Test Landing 2 = var __LastAccountingDate = CALCULATE(MAX(COMPTA[Accounting Date]), REMOVEFILTERS()) var __CurrentDate = MAX('Calendar'[Date]) ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    HI EdouSav,

    I'd like to suggest you take a look at the Greg’s blog about measure formula with multiple aggregations if helps:

    Measure Totals, The Final Word  
    Regards,

    Xiaoxin Sheng