The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi BI Community Team,
I have the table as the screenshot below and want to count the number of sales rep achievement greater than or equal to (>= 65%).
Any suggestion of the measure? Please kindly advise.
Best Regards,
Solved! Go to Solution.
Hi,
I assume [Ach%] is a measure.
Please write a measure something like below, and put it into a card visualization whether it suits your requirement.
Expected count measure: =
COUNTROWS ( FILTER ( 'SalesRepTable', [Ach%] >= 0.65 ) )
Hi,
I assume [Ach%] is a measure.
Please write a measure something like below, and put it into a card visualization whether it suits your requirement.
Expected count measure: =
COUNTROWS ( FILTER ( 'SalesRepTable', [Ach%] >= 0.65 ) )
User | Count |
---|---|
79 | |
73 | |
39 | |
30 | |
28 |
User | Count |
---|---|
108 | |
99 | |
55 | |
49 | |
45 |