Forum Discussion

gokcen's avatar
gokcen
Regular Visitor
3 years ago
Solved

How can I fix this error in DAX code?

 
  • lbendlin's avatar
    3 years ago

    DISTINCT only accepts one parameter, you provided two.

     

    Use SELECTCOLUMNS around the FILTER.