Forum Discussion
Anonymous
4 years agoNot applicable
SQL Query to Power BI
I'm trying to replicate a table created by a SQL Query in DAX with a Computed Table. I'm getting the error "A Function 'PLACEHOLDER' has been used in a True/False expression that isused as a table fi...
lbendlin
Super User
4 years agoThe error message is giving you the guidance on how to fix it. Work on defangling your filter statement. Remove all filters and then add them in one by one to see where it breaks. You will also be able to use variables to work around the "multiple sources" issue.