Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I aim to show sum of values from one column (AMT_COL) grouped on another one (ID_COL) as new column (SUM_COL).
I have created SUM_COL using following formula:
TestCalculation = SUMX(FILTER(Table1;Table1[ID_COL] = EARLIER(Table1[COL_ID]));Table1[AMT_COL])
However it gives me sum of all grouped rows, even those that are currently filtered out (I filter on DATE_COL).
Any tips how to include that visibility aspect to my formula?
Thanks in advance.
Mike
Solved! Go to Solution.
Can ypu provide us sample data???
here you go, more details: https://community.powerbi.com/t5/Desktop/Suming-up-only-visible-values-from-column-X-grouped-by-colu...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.