Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello everyone,
I have a table out of three merged table and I use below dax to caculate active sales persons that we contact within last 90 days.
I have calendar table as well. Basically, I'm getting people between choosing min and max date and also contacted sales people within selected min calendar date. So, it is:
Solved! Go to Solution.
Hi, @Anonymous
Try to use ALLSELECTED(Table).
ALLSELECTED
The definitive guide to ALLSELECTED
Managing “all” functions in DAX: ALL, ALLSELECTED, ALLNOBLANKROW, ALLEXCEPT
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
Try to use ALLSELECTED(Table).
ALLSELECTED
The definitive guide to ALLSELECTED
Managing “all” functions in DAX: ALL, ALLSELECTED, ALLNOBLANKROW, ALLEXCEPT
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Use ALL(Table [Column]) instead.
If you use ALL(Table) it removes filters on all the fields in the table
Proud to be a Super User!
Paul on Linkedin.
Thank you for your reply.
I did but giving me wrong number. Actually, exact same number as using without all function.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 71 | |
| 38 | |
| 28 | |
| 25 |