Not sure if my title is the proper way to describe this.
I have a data table it has 2 columns, Activity and Element. I am trying to "look up" what this record is based on these values. This would be very simple if it was just activity, but its conditional first on element.
What I want to do is this
=IFERROR(VLOOKUP(E6,tblElement,2,FALSE),VLOOKUP(D6,tblActivity,2,FALSE)) In excel this works.
=IFERROR(related(tblElement[Color]),related(Activity[Color])) In Powerpivot this does not work because there is no error
I could also put this in Access as a query before bringing it into PP, so that is also an option.
Also typically in my pivot table I would just include the Color column as on of my fields, so I am calculated what each record is at each line. Not sure if there is a way around this.
I have a data table it has 2 columns, Activity and Element. I am trying to "look up" what this record is based on these values. This would be very simple if it was just activity, but its conditional first on element.
What I want to do is this
=IFERROR(VLOOKUP(E6,tblElement,2,FALSE),VLOOKUP(D6,tblActivity,2,FALSE)) In excel this works.
=IFERROR(related(tblElement[Color]),related(Activity[Color])) In Powerpivot this does not work because there is no error
I could also put this in Access as a query before bringing it into PP, so that is also an option.
Also typically in my pivot table I would just include the Color column as on of my fields, so I am calculated what each record is at each line. Not sure if there is a way around this.
Last edited: