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 everybody,
I try to sum a column based on a filter selection on 2 other columns in the same table.
i try this but didnt get it too work;
Solved! Go to Solution.
Try this
F1 CARD = CALCULATE(SUM('EAM U5WORM'[Kostenplotten]), 'EAM U5WORM'[KANS] = 300 , 'EAM U5WORM'[Waarde] = 0)
Try this
F1 CARD = CALCULATE(SUM('EAM U5WORM'[Kostenplotten]), 'EAM U5WORM'[KANS] = 300 , 'EAM U5WORM'[Waarde] = 0)
@HotChilli thank you for your reply,
I tried your solution but i didnt work for me.
Maybe you know why?
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |