Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I have net net revenue ,net engagement margin ,client name ,em%(em/nr) by each fiscal year.I need to calculate client count for 80% of em?
| client count | nr | em% | em | hour | |
| eM 100% OF Total | 2433 | $568 | 43% | 168m | 2993k |
| EM 80% of total | 2344 | $567 | 34% | 168m | 3425k |
Hi @shubham345 ,
Please try like this:
Measure = COUNTROWS(FILTER('Table',[em%]>=0.8))Measure = COUNTROWS(FILTER(ALLEXCEPT('Table','Table'[fiscal year]),[em%]>=0.8))
If they don't work, please share some sample data and expected output. We will understand clearly.
Hi @shubham345 ,
First thing your 2-liners are not helping at all in understanding your query.
Refer following blog on how to get your query answered here:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Thanks,
Pragati
Hi @shubham345 ,
I am still not clear on your question. Your sample data seems to be unclear.
Try sharing sample in a clear way. Headers and rows look mixed up.
Thanks,
Pragati
Hi @Pragati11 ,
I need to calculate client count,EM,Em% , net revenue for the "80% Em of total"(for top 80%). I have net Engagement margin and client name in the coloumns
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 53 | |
| 42 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 112 | |
| 106 | |
| 39 | |
| 36 | |
| 27 |