Skip to content

Instantly share code, notes, and snippets.

@HansPeterPfister
Last active April 18, 2018 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HansPeterPfister/eab8555558c79ef37bfc98f4d8531ac4 to your computer and use it in GitHub Desktop.
Save HansPeterPfister/eab8555558c79ef37bfc98f4d8531ac4 to your computer and use it in GitHub Desktop.
Umsatz_Vorjahre.dax
Umsatz_Vorjahre =
CALCULATE(
sum(Umsatzliste[Wert]);
Filter(Umsatzliste;Umsatzliste[Szenario]="IST")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment