March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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] ) ) )
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
27 | |
17 | |
16 | |
12 | |
11 |
User | Count |
---|---|
38 | |
29 | |
24 | |
20 | |
16 |