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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Good afternoon its possible create a sum of measures with a column table and create a calculated column?
i have this formula
=[Net Secondary Quantity - Invoiced (EA)]+[Net Secondary Quantity - Invoiced ECOM (EA)]+[Net Secondary Quantity - Return (EA)]+[Net Secondary Quantity - Invoiced 3 ECOM(EA)]+[Net Secondary Quantity - Return ECOM (EA)]+[Net Secondary Quantity - Invoiced 4]+SUM('Secondary Sales Invoices'[Quantity Invoice Order Eaches])
that works pretty well as a measure.
but i need to do a calculated column to enable filters
guys thanks for the help, was bug the problem was solved itself i just made some changes in calculation.
but again thanks for the assistance.
Could you change that measure by wrapping it with CALCULATE() This would then allow you to introduce filter contexts to the measure?
@Vnidias Calculated columns are not dynamic like measures but are only calculated at the time of data refresh. Not sure what you mean by needing it as a calculated column to enable measures, can you elaborate?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.