Solved
Forum Discussion
lg1551
3 years agoResolver II
Table 1 is a calculated table with the "Value" column generated using "Generate Series"
Table 2 is a table with the Category dimension and a calculated column for Category Score.
sevenhills
3 years agoSuper User
Tried this and it worked!
Table3 = GENERATESERIES(1, 10, 1)
Measure
Value - Category 3 = LOOKUPVALUE(Table2[Category], Table2[Category Score], SELECTEDVALUE(Table3[Value]))
Relationships
it worked when I tried