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,
This is the raw table "Attempt1Table" I manually input:
ISAFTER() worked well when using only one expression:
However, the incorrect data appeared when using the two scalar expressions together:
Is it a known issue? How to solve it?
Solved! Go to Solution.
From https://dax.guide/isafter/, the second column, in your example State, is only compared when the first column , Country, has the same value as the comparison.
If you want different behaviour you will need to create a different filter condition that uses logic which matches your use case.
From https://dax.guide/isafter/, the second column, in your example State, is only compared when the first column , Country, has the same value as the comparison.
If you want different behaviour you will need to create a different filter condition that uses logic which matches your use case.
Thanks a lot, I found the related comment in the code.
BTW, is there any plan to add it to the corresponding Microsoft documentation? I believe that there should be a significant number of readers confused by it.
I agree, it should be made clearer in the official documentation although their example does hint at the behaviour.
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 |
|---|---|
| 61 | |
| 45 | |
| 30 | |
| 24 | |
| 23 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 64 | |
| 38 | |
| 31 |