Forum Discussion
matsahiro
Helper II
5 years agoDAX Calculating on Wrong Rows - Not Recognizing Join Relationship Properly
Hello, I'm trying to figure out why DAX isn't calculating properly on the right rows. I have this indicator made in DAX trying to show which accounts have different dates from previous and current da...
matsahiro
Helper II
5 years agoamitchandak I went ahead and created the common account table and added indexes to the other two tables. I joined on the indexes with ID in account table. Here's what the relationship looks like.
The relationships looks to be right until I add in the indicator.
matsahiro
Helper II
5 years ago
- amitchandak5 years ago
Super User
matsahiro , Make these 1-1 Join as 1-M (account is 1), single direction and try
- matsahiro5 years ago
Helper II
Unfortunately when I establish the relationships like that, the visual breaks even without the indicator included in the visual.