Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi Experts
I have a summarised table which I am trying to count the number of occurences for this month between a specific range of values for Active customers only
Here is my example data
CustID Status Date Number of orders
001 Active 1 jan 200
002 Closed 1 Jan 50
003 Active 3 Jan 250
004 Active 4 Jan 350
005 Active 5 Jan 1000
I am looking to count customer rows for January (or current month) which are active and between the range of over 200 and less than 350 orders
here is my dax but it is bringing blank rather than 3
Orders between 200-350 this month = CALCULATE(
Thanks in advance
Solved! Go to Solution.
Your measure is working fine for me - i just made some adjustment based on your sample data to only look at Jan 2024
BTW - if your expected results are 3 for the sample data above, you'll need to use >= and <=
I'm not sure what your actual data / report looks like, but you can check if you've got any other filters causing the result to be blank on your report by going to the top-right of the visual and checking there.
Your measure is working fine for me - i just made some adjustment based on your sample data to only look at Jan 2024
BTW - if your expected results are 3 for the sample data above, you'll need to use >= and <=
I'm not sure what your actual data / report looks like, but you can check if you've got any other filters causing the result to be blank on your report by going to the top-right of the visual and checking there.
Thanks, yes it works correctly
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 19 | |
| 12 |
| User | Count |
|---|---|
| 70 | |
| 57 | |
| 42 | |
| 40 | |
| 30 |