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.
Hi,
I would like to get SUM for particular parts and keep it in CARD regardless of selection of month or year.
Solved! Go to Solution.
Hi,
I am not sure if I understood your question correctly, but could you please try writing the below measure whether it suits your requirement?
Part Usage =
CALCULATE (
ABS ( SUM ( 'Table1'[Qty] ) ),
FILTER ( ALL ( 'Table1' ), FIND ( "AA-", 'Table1'[Product],, 0 ) <> 0 )
)
Hi,
I am not sure if I understood your question correctly, but could you please try writing the below measure whether it suits your requirement?
Part Usage =
CALCULATE (
ABS ( SUM ( 'Table1'[Qty] ) ),
FILTER ( ALL ( 'Table1' ), FIND ( "AA-", 'Table1'[Product],, 0 ) <> 0 )
)
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |