NOTE: I have edited this post to correctly state my question
I am trying to figure out why the exact same App formula in both a physical and virtual column do not behave similarly, which implies I am missing something rather fundamental with AS (which scares me
)
The formula is IFS([Table]=“Staff”,COUNT(Staff_raw[Name]),[Table]=“MOS”,COUNT(MOS_raw[Name])), where each row should look at its “Table” column and then go count the number of rows in a different table which matches. The VC is working fine, but nothing shows in the physical, and it is worth noting that testing the formula gives the exact answer expected. What am I missing here?

