Skip to content

Instantly share code, notes, and snippets.

@PBI-DataVizzle
Created October 4, 2022 12:11
Show Gist options
  • Select an option

  • Save PBI-DataVizzle/3cfa2d47c4ac05a3682f82c869b45dce to your computer and use it in GitHub Desktop.

Select an option

Save PBI-DataVizzle/3cfa2d47c4ac05a3682f82c869b45dce to your computer and use it in GitHub Desktop.
Day 2 Answer
Host Wins =
FILTER(
SELECTCOLUMNS(
tournaments,
"Team", [winner],
"Host Win", [host_won]
),
[Host Win] = 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment