Forum Discussion
laciodrom_80
Helper IV
7 years agoDAX expression, need suggestion
Hi all, I have theese two tables with no relationship: Table1 Table2 I ...
- 7 years ago
OK, here is what I am thinking in Table2:
Column = VAR __low = IF([Index]=1,[MinMeasure],[MinMeasure]+([Index]-1)*[IntervalGapMeasure]) VAR __high= IF([Index]=15,[MaxMeasure],[MinMeasure]+[Index]*[IntervalGapMeasure]) RETURN COUNTX(FILTER('Table1',[Value]>=__low && [Value]<=__high),[Scenario Number])May need tweaking but something along these lines I believe.
Anonymous
7 years agoNot applicable
I'm also a little bit lost reading your post.
Can you provide sample data?