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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi,
I try to create a calculated measure for total No of Sales for the month for the employee to the Sales table 1 below. With that, I wish I will be able to filter the table Say only show employee sales who has more than 4 sales in a month (see table 2)
Is this achievable?
Thanks,
| employee number | sales date | No of Sales | sales date key | total no of sales for the month for the employee |
| 100806 | 01-May-16 | 1 | 20160501 | 4 |
| 100801 | 03-May-16 | 2 | 20160503 | 6 |
| 100806 | 08-May-16 | 3 | 20160508 | 4 |
| 100801 | 06-May-16 | 4 | 20160506 | 6 |
| 100806 | 01-Apr-16 | 2 | 20160401 | 7 |
| 100801 | 02-Apr-16 | 1 | 20160402 | 1 |
| 100806 | 03-Apr-16 | 4 | 20160403 | 7 |
| 100806 | 01-May-15 | 1 | 20150501 | 7 |
| 100807 | 02-May-15 | 4 | 20150502 | 4 |
| employee number | Sales date | sales amount | sales date key | total sales for the month for the employee |
| 100801 | 03-May-16 | 2 | 20160503 | 6 |
| 100801 | 06-May-16 | 4 | 20160506 | 6 |
| 100806 | 01-Apr-16 | 2 | 20160401 | 7 |
| 100806 | 03-Apr-16 | 4 | 20160403 | 7 |
| 100806 | 01-May-15 | 1 | 20150501 | 7 |
Solved! Go to Solution.
Yes this is achievable.
Trying use the formula as put in screenshot here.
Yes this is achievable.
Trying use the formula as put in screenshot here.
Thanks @Anonymous for motivation !
Did you try putting your measure as a visual level filter and choose it to be greater than 4?
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 38 | |
| 21 | |
| 20 |
| User | Count |
|---|---|
| 142 | |
| 105 | |
| 63 | |
| 36 | |
| 35 |