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, I have a formula that is used in a matrix that calculates the my (Open Orders + Ships) - FC qty.
it was Set up as an iterating view in SQL that can no longer be used.
the Formula for Open slots is (OpenOrder +Ships) - FCqty + IF(X>0, X, 0)
x is equal to the previous months open slots.
is there a way to do this in a DAX formula?
hi @effertz12
You can add a calculated column like:
my data set is individual orders and ships on one table and forecast for those items in a sepereate table. I cant calulate at the table level because we have different groupings that i need to be able to choose between which would mean i would need a table for every grouping we choose.
or you already have the Y column, but expecting something like:
my current formula evaluates OpenOrder+ships - FC for all the previous months up to the current month. Is there a way to not include months in which the OpenOrder+ships - FC formula goes negative? for example, in my picture above April would evaluate only the months of march and april but exclude febuary from the calc as it was negative in that month
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!