Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey everyone! I'm new to PowerBI and I'm very interested in learning more about it.
Let's say I have a couple of csv files with 1)a list of pokemon names and type etc... 2) a list of people that I have with also other columns DOB, Address, etc..
How can I calculate the number of people that have the same first name as a pokemon?
Also if you guys have any suggestions for a new user please let me know!
Thank you!
Solved! Go to Solution.
hi @jk1
Try this: Change the name of tables and columns accord to your data
CountNames = COUNTROWS ( FILTER ( Table2, Table2[First Name] = LOOKUPVALUE ( PokemonTable[Pokemon Name], PokemonTable[Pokemon Name], Table2[First Name] ) ) )
h
hi @jk1
Try this: Change the name of tables and columns accord to your data
CountNames = COUNTROWS ( FILTER ( Table2, Table2[First Name] = LOOKUPVALUE ( PokemonTable[Pokemon Name], PokemonTable[Pokemon Name], Table2[First Name] ) ) )
h
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
39 | |
31 | |
26 |
User | Count |
---|---|
97 | |
87 | |
43 | |
40 | |
35 |