Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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] ) ) )
)
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
30 | |
16 | |
14 | |
14 | |
9 |