Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Lookup a Value and Multiply

Here is my scenario. I am in the telco biz. I have a Discount Plans table, that lists my various discount plan names and their monthly commitments (Discount Plan ID, Discount Plan, Discount Plan Comm...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous 
    Try filter with Dicount Plan IDs:

     

    Calculated(Discount Plan Shortfall * DiscountRate, Filter(DiscountTable, Region = "EU"), Filter(All(DiscountTable), Discount Plan ID=MAX(Discount Plan ID))

     

    Sample pbix is appreciated for those question related with multiple tables.


    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.