Forum Discussion
Measure Incorrectly Passing Value to New Measure
- 5 years ago
Hi austinb97,
Without your data structure, I can't determine the exact filtering conditions, but in any case, you have to make sure the filtering conditions for measure1 and measure2 are the same.
Try measure as:
MINX( FILTER(ALLEXCEPT(MERITORDER,MERITORDER[DATE]),MERITORDER[CUMULATIVE AVAILABLE MW]>=[MEASURE1]), MERITORDER[PRICE] )If you still have some question, please provide the pbix file after removing sensitive information.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
Hi austinb97,
Without your data structure, I can't determine the exact filtering conditions, but in any case, you have to make sure the filtering conditions for measure1 and measure2 are the same.
Try measure as:
MINX(
FILTER(ALLEXCEPT(MERITORDER,MERITORDER[DATE]),MERITORDER[CUMULATIVE AVAILABLE MW]>=[MEASURE1]),
MERITORDER[PRICE]
)
If you still have some question, please provide the pbix file after removing sensitive information.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!