Forum Discussion
HankScorpio2
Helper I
1 year agoSum and filter a table based on a condition in another table
hi I am trying to create a total possible score for each evaluation. The total can be different for each evaluation due to N/a marking for some criteria. I have this example data from my rep...
- Anonymous1 year ago
Hi
Please follow below steps to achieve expected results.
Step 1 :-
Unpivot section columns from QualityData Table using Power Query. so, that you will get all sections in one column.
Step 2:-
Then create relationship between both table using Section Column. one to Many Relationship
Step3 :-
You will get correct results for Actual Score without any context modification
Step 4:
For getting Possible Score, Use below formula.
Possible Score =CALCULATE(SUM(MarkReference[Marks]),CROSSFILTER(MarkReference[Section],QualityTable[Section],Both))Please accept solution, if it resolve your issue.Thanks & RegardsPravin Angane
Anonymous
1 year agoNot applicable
Hi HankScorpio2,
Any update on this? Did these suggestions suitable with your requirement?
Regards,
Xiaoxin Sheng