Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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] ) ) )
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |