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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |