Forum Discussion
Anonymous
5 years agoNot applicable
DAX gives error
hello everyone, Right now i have this formula; but i dont know what is wrong with it. I think there goes something wrong with the filter function, because i didn't give a filterExpressi...
- 5 years ago
Anonymous , move datesbetween ouside the filter, or give table name as first argument (all three places)
- 5 years ago
Hi, Anonymous
Please try to replace " filter(datesbetween " to "datesbetween", and delete one of )s in each ending part of if function.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
amitchandak
Super User
5 years agoAnonymous , move datesbetween ouside the filter, or give table name as first argument (all three places)