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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello,
I have a fact table with a few columns. Among them :
I want to create a measure that calculates the sum of the Quantity, with the following rules :
In other word, the measure add quantity depending of the filter context, but null-category is always excluded.
What is the best way to do that in DAX ?
Thanks