The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |