Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hello, i need to create a pass / fail percentage visual. I have column 'A' with different text in the cells that say pass, fail,N/A and blanks. I need to be able to filter by the different text values and divide them by the overall count of the column. Is this possible if not is there a work around?
Solved! Go to Solution.
Hi @A-Aron
please try
% Count =
DIVIDE (
COUNTROWS ( 'Table' ),
COUNTROWS ( CALCULATETABLE ( 'Table', ALL ( 'Table'[Column] ) ) )
)
Hi @A-Aron
please try
% Count =
DIVIDE (
COUNTROWS ( 'Table' ),
COUNTROWS ( CALCULATETABLE ( 'Table', ALL ( 'Table'[Column] ) ) )
)
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
User | Count |
---|---|
23 | |
20 | |
20 | |
13 | |
13 |
User | Count |
---|---|
41 | |
28 | |
25 | |
23 | |
21 |