Forum Discussion
EXCEPT function not working as expected
- Anonymous5 years ago
Hi Anonymous ,
After my continuous testing, due to the DAX restrictions in DirectQuery, I did not find a replacement function. It is recommended that you replace the connection mode with the import mode.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
EXCEPT function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
Reference: https://docs.microsoft.com/en-us/dax/except-function-dax#remarks
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Stephen,
Thank you for your answer. What alternative could I use to get the desired result?
- Anonymous5 years agoNot applicable
Hi Anonymous ,
After my continuous testing, due to the DAX restrictions in DirectQuery, I did not find a replacement function. It is recommended that you replace the connection mode with the import mode.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.