Not getting values from a referenced table

I have two tables set us as below:

3X_c_6_c6800d4399e515c51385fea095f0de176e1e58a9.png

• The Survey Set Id column references the table below & is the Key
• The “Yes Count”, “No Count” & “Maybe Count” columns reference the “Total Yes”, “Total No” & “Total Neutral” columns of the below table through the Reference column above

3X_0_b_0b7c421d551d3af66d82db93b6a925e7526d5285.png

3X_3_6_36b69b959a497c68e30c859314dbfd57d182ab71.png

• The Survey Set Id column references the first table
• “Total Yes”, “Total No” & “Total Neutral” columns are virtual columns which count the total respective responses in the “Response” column – This is working correctly and totals are getting computed.

Problem is that the “Yes Count”, “No Count” & “Maybe Count” columns of the first table are showing blanks values.

I even tried a direct COUNT(SELECT(Survey.[Response], AND(_THIS ROW[Survey Set Up Id] = [Survey Set Up Id], [Response]= “Yes”))) in the “Yes Count column of the first table - that is without using the referencing route - and go the same result - blanks

Can anyone explain why this is so…

Other referenced columns in the 2nd table like the Survey Date are coming fine……

0 3 130
3 REPLIES 3
Top Labels in this Space