3 Matching Annotations
  1. Last 7 days
    1. VALUES('Sales Territory'[Country])

      Why does this need VALUES? Does it need it?

      "Values(): Duplicate values are removed and only unique values are returned"

  2. Jul 2023
    1. Sales Commission

      Why is this iterated by Region? Just for examples sake? It could iterate per Country just as well?

    2. [Revenue]

      If I remember correctly, measures are always handled as if whatever they include are wrapped in a calculate(). So even if [Revenue] would contain sum(...), it would work.