Forum Discussion

jdogcisco's avatar
jdogcisco
Icon for Resolver I rankResolver I
4 years ago
Solved

USERELATIONSHIP not working in calculated column, is this possible?

Using Salesforce data from the Lead and Opportunity objects/tables. Currently the tables have no defined relationships. I am counting the number of Lead rows that were converted into an Opportunity r...
  • jdogcisco's avatar
    jdogcisco
    4 years ago

    Ah, I didn't separate a column and a measure in my mind until you mentioned it. The measure you proposed didn't work, it complained that 'Lead'[ConvertedOpportunityId] could not be found. This worked for creating the column, but not the measure.  However, after creating the column, I was then able to make a measure and then counta in the new column and use USERELATIONSHIP there in the measure and the data lines up.

     

    I appreciate your reply. It helped me a lot.