Forum Discussion
brianlehr
Microsoft Employee
4 years agoPercentage of rows with specific string
Easy question here (I think, as I haven't done PowerBI in a couple years and all my skills have left me): I have a table like this Team Status Team1 Red Team1 Green Team2 Red ...
- 4 years ago
pls create a status table
and create a measure
Measure = CALCULATE(COUNTROWS('Table'),'Table'[Status]=max('Table (2)'[status]))/COUNTROWS('Table')