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.
Just want to start off with a thanks. I am new to DAX and the help I have been offered here is incredibly helpful to my learning.
Now the issue. This is the table schema I have:
I want to calculate won games by player. A player has won when their score equals 10 in the table Foosey.
I have this formula which is counting total won games and not won games by person (see picture below). I am missing one piece of the formula but can't seem to get it right. Could someone help me get the rest of the way?
Solved! Go to Solution.
@joshuavd - I believe you want this:
Won = CALCULATE(COUNTROWS(Foosey),FILTER(RELATEDTABLE(Foosey),Foosey[Score]=10))
@joshuavd - I believe you want this:
Won = CALCULATE(COUNTROWS(Foosey),FILTER(RELATEDTABLE(Foosey),Foosey[Score]=10))
That is exactly what I was looking for! Thank you for saving my bacon again!
Well, your next one is a doosy, so we'll see how that one goes!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
37 | |
31 | |
26 |
User | Count |
---|---|
95 | |
50 | |
43 | |
40 | |
35 |