Forum Discussion

campelliann's avatar
campelliann
Post Patron
4 years ago
Solved

Dax &&& || Question

Hi,

So I always get confused with the && || in DAX.

 

I want to query a table, where project type is 1 or 2, and also I want the creation date for the project to be after 1 jun - in both cases.
If I write [project type]=1 || [project type]=2 && [creation date] >1 jun. Will it serve the purpose? Or I will get only the creation date for 1 jun in project type=2...


Thanks

1 Reply