Forum Discussion

gokcen's avatar
gokcen
Regular Visitor
3 years ago
Solved

How can I fix this error in DAX code?

 

  • DISTINCT only accepts one parameter, you provided two.

     

    Use SELECTCOLUMNS around the FILTER.

1 Reply

  • DISTINCT only accepts one parameter, you provided two.

     

    Use SELECTCOLUMNS around the FILTER.