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.
I have a table that looks like this, below, the column ORder shows numbers. What I am interested in is to write a formula to look in the Order column and count the number of times the number "4" appears.
Customer | Description | Order |
A | Logs pulled | 7 |
B | Partial logs | 4 |
C | Partial at 8- % | 4 |
d | No Logs | 3 |
Solved! Go to Solution.
Hi @afarbod
Try a measure :
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Thank you so much for your quick response. for some reason, I keep getting 1 for the result, not sure if that has something to do with my table below
my formula :
Glad to help @afarbod ☺️
please consider Accepting my post as the solution to help the other members find it more quickly.
Hi @afarbod
Try a measure :
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Thank you so much for your quick response. for some reason, I keep getting 1 for the result, not sure if that has something to do with my table below
my formula :
Hi @afarbod
Please share a link to dummy pbix and I'll try to help
Thank you again, I think I figured out what I was doing wrong, I used your formula and worked. Thank you so much
Glad to help @afarbod ☺️
please consider Accepting my post as the solution to help the other members find it more quickly.