The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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])
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
79 | |
78 | |
44 | |
39 |
User | Count |
---|---|
150 | |
116 | |
68 | |
64 | |
58 |