Forum Discussion

ashmitp869's avatar
ashmitp869
Icon for Responsive Resident rankResponsive Resident
2 years ago
Solved

Help needed with dax query

Hi All,   Help me out with the below dax query issue I have a code  EVALUATE VAR __SelectedValue = 509 VAR PayItemProjects = FILTER( ADDCOLUMNS( SUMMARIZE( PayItem, ...
  • Dangar332's avatar
    2 years ago

    HI, ashmitp869 

    In Naturalleftouterjoin  Columns being joined must have the same data type and the same name in both tables.

    here you take 9 column in Payitemprojects and 4 column from Billedpayitem.

    Take same numbers of column from both tables with same name and same data type.

    Refer Link  for more information.

     

    Best Regards

    Dangar.