Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
hello,
please i have really a complicated formul on my table
i want to combinate only "ACIMA" and "MARJANE HOLDING" at the row of [ensigne] to calculate the total of the venteprom because they have the same [item code].
this is my formula to calculate the venteprom :
venteprom = SUMX(FILTER(ALL('V_Qtslivréegms'),
'V_QtsLivréegms'[DocDate]>=MAX('PROMI'[Datedebut])&&
'V_QtsLivréegms'[DocDate]<=MAX('PROMI'[dateFin])&&
'V_Qtslivréegms'[Item Code]=MAX('PROMI'[Item Code])&&'V_QtsLivréegms'[CardName]=MAX(PROMI[Enseigne])),'V_QtsLivréegms'[Quantity])
any help please ?
thanks,
Hi @achrafkasmi ,
Do you mean that the result of the formula [venteporm] is incorrect or that the calculation is grouped according to the value of [venteporm].
Create measure.
Measure =
SUMX(FILTER(ALL('Table'),'Table'[Item Code]=MAX('Table'[Item Code])),[venteporm])
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@achrafkasmi ,based on what I got so far
remove that column from visual or from the calculation
venteprom = SUMX(FILTER(ALL('V_Qtslivréegms'),
'V_QtsLivréegms'[DocDate]>=MAX('PROMI'[Datedebut])&&
'V_QtsLivréegms'[DocDate]<=MAX('PROMI'[dateFin])&&
'V_Qtslivréegms'[Item Code]=MAX('PROMI'[Item Code])),'V_QtsLivréegms'[Quantity])
User | Count |
---|---|
116 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |