This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I am manually filtering on multiple criteria to to double check my dax calculations. I have noticed that they are consistently off by around 30 entries when I filter by two criteria and by 1 entry when I filter by 1. My first inclination is to blame my dax but I'm only using a Count function on the same column.
Power Query returns 39497
While the dax formula Count('Table'[Column]) returns 39496
Anyone have any ideas?
Thanks for the help
Solved! Go to Solution.
Hi @Anonymous ,
This may caused by your data source. Some similar situations for reference:
losing lines between Power Query and report;
More rows than filtered in Power query.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
This may caused by your data source. Some similar situations for reference:
losing lines between Power Query and report;
More rows than filtered in Power query.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try the DAX funciton COUNTROWS('TableName') .
Proud to be a Super User! | |
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |