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 a measure named Amount Excluded derived from measure named Flag.
The logic for Flag Measure is:
Flag =
Product | Original Amount | Flag | Amount Excluded | Adjusted Amount |
A | 1000 | 2 | ||
B | 0 | 1 | 0 | |
C | -5000 | 1 | -5000 | |
D | -2000 | 0 | -2000 | |
E | 3000 | 0 | = (-7000/2)+3000 | |
F | 1000 | 0 | = (-7000/2)+1000 | |
TOTAL | 9000 | -7000 |
Solved! Go to Solution.
work wonders! thank you!