Forum Discussion
Saxon202202
Helper III
3 years agoMin and max based in-between two tables
Hi, I have two tables are Data and Report. In data table contain the following columns are Item, country code, sale qty. In report table contain the following columns are item and project co...
smpa01
Community Champion
3 years agoSaxon202202 does this measure work when you drop it on DATA
measure= maxx(relatetable('fact'), 'fact'[countryCode]))- Saxon2022023 years ago
Helper III
smpa01 , Thanks for your reply. No, it doesn't work.
- smpa013 years ago
Community Champion
Many to many is not best practice but I will leave arguing for that portion and simply going to assume that you have a business case.
I refrain from working with many to many but I can see that it works with an indirect relationship without a USERELATIONSHIP callback