The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hola, necesito ayuda
Como puedo replicar la formula de la columna "Costeo Real" de excel en una columna calculada en Power BI?
Es un SUMIFS
Hi, I need help
How can I replicate the formula of the Excel "Actual Costing" column in a calculated column in Power BI?
It's a SUMIFS
Solved! Go to Solution.
@Lucy_Ramirez , Try a new column like
SUMX(filter(Table , Table[ID CODE] = EARLIER(Table[ID CODE2])), Table[Costeo])
@Lucy_Ramirez , Try a new column like
SUMX(filter(Table , Table[ID CODE] = EARLIER(Table[ID CODE2])), Table[Costeo])
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |