Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Slow when using filter pane

Hi, I have 2 main tables in my model. I need to show which ID's QTY is not match and the variance so that I have a measure:   variance = sum(table1[QTY]) - sum(table2[QTY])   I want to show th...