criteres pas pris en compte

Home – Le CFO masqué Forums Power Pivot criteres pas pris en compte

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #140527
    hboisteau
    Participant

    Bonjour le forum,
    ma formule DAX suivante ne prend pas en compte le “‘Calendrier'[LastDateWithData] = TRUE” et je ne trouve pas de solution. Pouvez-vosu me donner un coupe de main.

    Merci

    HB

    MM90 Coin In:=
    Var NumDays = 90
    Var RollingSum =
    CALCULATE(
    SUM(Compteurs[Inc Entrées]);
    DATESINPERIOD(Calendrier[Date]; LASTDATE(Compteurs[Date Exploit#]);
    -NumDays; day);
    ‘Calendrier'[LastDateWithData] = TRUE
    )
    RETURN
    RollingSum/NumDays

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.