Forum Discussion
Jason_Anderson
9 years agoNew Member
Solution to COUNTA Function?
Hello all, I am very new to Power BI and I'm running into an issue I could use some help with. I assume I need to use CALCULATE / COUNTA for this? This is what I am trying to do: I have two table...
Mi2n
Microsoft Employee
9 years agocount = COUNTA('BAT Testing'[QA ID])
This should work.
Jason_Anderson
9 years agoNew Member
Thank you for the response. Unfortunately, this does not work. What this does is return the total number of IDs in the column, not the number of matching indicates.
- Mi2n9 years ago
Microsoft Employee
How about creating a table with one column as QA[ID] and the other column as the calculated measure? Will it not give what you want?