Forum Discussion

Claythorne's avatar
Claythorne
Frequent Visitor
6 years ago
Solved

Updating Production Target

Hello!   Sorry if this seems like a silly question, but I'm just starting out in Power BI and can't seem to find a way to do this simple task. I have a data set with daily production targets and I ...
  • amitchandak's avatar
    6 years ago

    I do not think I got it completely

    Todays Target = calculate(sum(Table[Target]),table[Date]=Today())

    better do it with date table. joined with your table
    Todays Target = calculate(sum(Table[Target]),Date[Date]=Today())