Created
October 4, 2022 12:11
-
-
Save PBI-DataVizzle/3cfa2d47c4ac05a3682f82c869b45dce to your computer and use it in GitHub Desktop.
Day 2 Answer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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