Forum Discussion
Dax Help
- Anonymous2 years ago
Hi Unknown_1 ,
Thanks for the reply from 123abc , please allow me to provide another insight:
Creating Calculated Columns, Writing Expressions
Result = IF ( MIN ( [LE], [COUNTER LE] ) & MAX ( [LE], [COUNTER LE] ) = [LE] & [COUNTER LE], [LE] & [COUNTER LE], MIN ( [LE], [COUNTER LE] ) & MAX ( [LE], [COUNTER LE] ) )If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Unknown_1 ,
Thanks for the reply from 123abc , please allow me to provide another insight:
Creating Calculated Columns, Writing Expressions
Result =
IF (
MIN ( [LE], [COUNTER LE] ) & MAX ( [LE], [COUNTER LE] ) = [LE] & [COUNTER LE],
[LE] & [COUNTER LE],
MIN ( [LE], [COUNTER LE] ) & MAX ( [LE], [COUNTER LE] )
)
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey,
How to solve the same problem when my COUNTER LE is in a different table.
Please help me with that.
Thank you!