I want to make a formula

Hi I want to make a formula

SUM(
    SELECT(
        Movement[In],
        [Article] = [_THISROW].[Article]
    )
)

1 Like

The expression works perfect but I can’t see result

Is that [Article] column a ref column? What expression have you used?

no it’s not a ref column the “formula gives result” but it’s not displayed

I can look at your app if you add levent@able3ventures.com as a co-author to your app.

I checked again and it works only with virtual columns , thank you very much Sir