The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Dear All,
I have an Excel file, "Critical material for PBI.xlsx", with 1 sheet (Sheet1), and without any table. I have a column header "Current Status". In this column I have some status as below:
- Waiting PO
- Waiting PR
- Waiting arrival
and other.
How do I do how many records with "Waiting PO" status, I want to show the result in a card.
Thank you very much.
Prima - Indonesia
Solved! Go to Solution.
Hi @Anonymous
please try
Count =
COUNTROWS ( FILTER ( 'Table', 'Table'[Status] = "Waiting PO" ) )
Hi @Anonymous
please try
Count =
COUNTROWS ( FILTER ( 'Table', 'Table'[Status] = "Waiting PO" ) )
Dear tamerj1,
Thanks so much for your kindness and helping hands.
Problem solved!
Countif Status =
COUNTROWS(FILTER(Sheet1,Sheet1[Current Status] = "Need to issue PO"))
Just exactly the same as your suggestion.
Thank you
Prima Indonesia
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |