Forum Discussion

bh25's avatar
bh25
New Member
3 years ago
Solved

Dynamic Calculate Reference to Another Table

Hello, I'm having an issue trying to dynamically reference another table to pull a value. In table "Listings" I have 1000+ listings that each have a property type, of which there are approximately 10...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi bh25 ,

    Please have a try.

    CALCULATE(SUM(Escrow[Deal_Amount__c]), Escrow[Filtered Property Type] = RELATED(Listings[Property Type]))

    The RELATED function returns the related value from another table based on a relationship between the two tables.

     

    Note that you will need to make sure that there is a relationship between the two tables based on the property type column for this to work.

     

     

    How to Get Your Question Answered Quickly 

     

    If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

     

    Best Regards
    Community Support Team _ Rongtie

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.