Forum Discussion
mmoeller
6 years agoRegular Visitor
Date Range Look-up in M
Hi, I'd like to implement a Date Range Look-Up in M. I know how to do this in DAX and have succesfully built it there using this code: ComplianceLocation = CALCULATE(VALUES(AssignedLocatio...
dax
6 years agoCommunity Support
Hi mmoeller ,
We couldn't use DAX in M code directly, If you want to find range date and filter corresponding value based on other table, I think you might need to merge two table to see whether it work or not, Or try to use parameter to achieve this goal. If possible could you please inform me more detailed information(such as your expected output and your sample data (by OneDrive for Business))? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.