Forum Discussion
Anonymous
4 years agoNot applicable
DAX Error: A function 'PLACEHOLDER' has been used in a True/False expression that is used as a table
Hi, I am new to DAX. I have an assignment which requires me to convert all 3 steps tables to only one table using CALCULATETABLE function. When i tried to do for the first 2 steps, there is an error ...
mgb-nav-pbi
4 years agoAdvocate I
I don't know if this issue was solved or not, but just to keep in mind for these kind of situations, we can not use both measures to check the boolean condition in the filter argument.
The following article explains the issue in detail.
https://p3adaptive.com/2012/06/filter-when-why-how-to-use-it/
If this helps 🙂
ramdasanudas
2 years agoFrequent Visitor
Thank you mgb-nav-pbi, mine issue also got resolved because of above link. 👍