Forum Discussion

Hinnax's avatar
Hinnax
Frequent Visitor
5 years ago
Solved

Time Intelligence over 2 Months

Hello everyone, I’m pretty new to Power Bi so I‘m afraid my question is too trivial for this forum. Before I describe the problem, let me start with my setup: I use a date table with dates ove...
  • parry2k's avatar
    5 years ago

    Hinnax and here is the measure:

     

    Measure_Dec+Jan = 
    CALCULATE(
    [Measure_1],
    FILTER ( 
    ALL ( 'Date'[Date] ), 
    'Date'[Date] <= MAX ( 'Date'[Date] ) ) 
    )