Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I have the following dynamic table, that changes as I change dates:
I wish to have a measure with the cumulative total of those SKUs, by store name.
The main issue I am having is that the Units measure is not compatible with SUM function, since this is a live connection.
Any help is super appreciated 🙂
thank you for the file and the response Jing. However when I input the measure, I get an eternal loop. And it doesnt recognize the data. 😞
Hi @jbuzaglu
You could try this measure
Cumulative Units = SUMX(FILTER(ALL('Table'[SKU]),'Table'[SKU]<=MAX('Table'[SKU])),[Units CY])
In my sample file, [Units CY] is a simple measure with SUM: Units CY = SUM('Table'[Units]).
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 20 | |
| 18 | |
| 16 | |
| 14 | |
| 14 |