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 ,
I did a dashboard with filters.
I want to do a measure that sum the cost only when the first filter is filtered.
I want that when someone first open the dashboard - the total bom cost will be 0 and then when you choose to filter the "system" the cost will changed.
I tried to open new measure but itsn't working and i dont know why.
the measure :
thank you for helping 🙂
Reut Arie.
Solved! Go to Solution.
@Anonymous
Please try this code:
SUMIF =
IF (
ISFILTERED ( 'TOTAL COSTS'[System] ),
SUM ( 'TOTAL COSTS'[PRODUCT BOM COST] ),
0
)
Did I answer your question? Mark my post as a solution!
Appreciate your Kudos !!
@Anonymous
Please try this code:
SUMIF =
IF (
ISFILTERED ( 'TOTAL COSTS'[System] ),
SUM ( 'TOTAL COSTS'[PRODUCT BOM COST] ),
0
)
Did I answer your question? Mark my post as a solution!
Appreciate your Kudos !!
User | Count |
---|---|
43 | |
14 | |
13 | |
13 | |
9 |
User | Count |
---|---|
50 | |
38 | |
24 | |
22 | |
18 |