Forum Discussion
arsene49
3 years agoHelper I
find the double interpolation value
Hi All, i have a requirement to find the double interpolation value. i was able to get the logic in excel but couldn't get the same answer in powerbi there is Fact table, which has products, X,...
- 3 years ago
you can simply add a product column to the lookup table and then use the product filter during the TREATAS lookup.
lbendlin
3 years agoSuper User
Your lookup table is not in a usable format. Please show how you use it in Excel.
- arsene493 years agoHelper I
Thanks Ibendlin for responding.
the lookup table given is in matrix format with X on the rows and Y on the columns
This is how they have given and as of now i have calculated manually in excel for each record using the formula explained which i need to automate in powerbi.
Y Y Y 0 2.38% 4.76% X 1 750 700 650 X 2 600 570 550 X 3 520 470 430 X 4 400 350 300 X 5 250 200 100 - lbendlin3 years agoSuper User
Is this an accurate representation?
x y value 1 0 750 2 0 600 3 0 520 4 0 400 5 0 250 1 0.0238 700 2 0.0238 570 3 0.0238 470 4 0.0238 350 5 0.0238 200 1 0.0476 650 2 0.0476 550 3 0.0476 430 4 0.0476 300 5 0.0476 100 Do you need the Z value as a measure or a calculated column?