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.
Good afternoon!, The idea is to get the accumulated from the MIN column and I can't get it. Can someone help me?
file project:
https://drive.google.com/file/d/1VJQDElOSWSJwy_MDY2XD-yMJ0TwtXv5Y/view?usp=share_link
Hi, I wasn't able to open the file by zipping it, but I was able to recreate the scenario with different data.
You would be best off using a "window" function (see guidance here from SQL BI)
If I have a function called "min price" and a table ordered by Date, the cumulative min price would look like:
Cumu min price =
SumX (
WINDOW (
0, ABS,
0, REL,
ORDERBY ('Sales'[DateKey], ASC )
),
[min price]
)
Hi @PiEye , Thanks for answering, I uploaded the file again and this is the new link:
https://drive.google.com/file/d/1xF2Iqwvg8aghLoHxAXcI_QnyDAueqiY-/view?usp=share_link
I also attached an image with the version of Power BI that I am using.
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |