Forum Discussion
BAFreedom
4 years agoHelper I
How To Find The Specific Value In Power Pivot For Specific Text?
I know this is a PowerBI community, but I will eventually be using PowerBI for this (after I solve this problem with Power Pivot), and this is urgent. I want to do a calculated field in "sheet 1" s...
tamerj1
4 years agoCommunity Champion
I guess you have many to one relationship between Sheet1 and Sheet2. Please use
Price =
IF ( Sheet1[Category] = "Category 1" || Sheet1[Category] = "Category 2", RELATED ( Sheet2[Cost] ) )
BAFreedom
4 years agoHelper I
WOW! Thank you so much for your help. I asked around, and nobody was able to get it but you. Thank you!!