Forum Discussion
ashmitp869
Responsive Resident
2 years agoHelp 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,
...
- 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.
Dangar332
Resident Rockstar
2 years agoHI, 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.